We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bf144f + 7590e82 commit bcdadeaCopy full SHA for bcdadea
docs/text-summary-api.md
@@ -156,10 +156,10 @@ print(response.text)
156
157
158
### Summary-Data
159
-| Parameter | Type | Description | Notes |
160
-| --------- | ------ | ----------------------------- | ----- |
161
-| speakerId | String | Speaker id for the text blob. | |
162
-| text | String | Text blob for summary. | |
+| Parameter | Type | Description | Notes |
+| --------- | ------ | ----------------------------- | ------------------------------------------------------------------------------------------- |
+| speakerId | String | Speaker id for the text blob. | Required if summaryType is: `speaker_wise_extractive`, `speaker_wise_abstractive` or `all`. |
+| text | String | Text blob for summary. | |
163
164
### Query Parameters
165
0 commit comments