Skip to content

Commit bcdadea

Browse files
Merge pull request #37 from SEERNET/summary-api-update
making speakerId required for speaker-wise-summaries
2 parents 2bf144f + 7590e82 commit bcdadea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/text-summary-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ print(response.text)
156156

157157

158158
### Summary-Data
159-
| Parameter | Type | Description | Notes |
160-
| --------- | ------ | ----------------------------- | ----- |
161-
| speakerId | String | Speaker id for the text blob. | |
162-
| text | String | Text blob for summary. | |
159+
| Parameter | Type | Description | Notes |
160+
| --------- | ------ | ----------------------------- | ------------------------------------------------------------------------------------------- |
161+
| speakerId | String | Speaker id for the text blob. | Required if summaryType is: `speaker_wise_extractive`, `speaker_wise_abstractive` or `all`. |
162+
| text | String | Text blob for summary. | |
163163

164164
### Query Parameters
165165

0 commit comments

Comments
 (0)