|
13 | 13 | ContentSafetyLabelResult, |
14 | 14 | ContentSafetyResponse, |
15 | 15 | ContentSafetySeverityScore, |
| 16 | + CustomFormattingRequest, |
| 17 | + CustomFormattingResponse, |
16 | 18 | Entity, |
17 | 19 | EntityType, |
18 | 20 | IABLabelResult, |
|
54 | 56 | Sentiment, |
55 | 57 | SentimentType, |
56 | 58 | Settings, |
| 59 | + SpeakerIdentificationRequest, |
| 60 | + SpeakerIdentificationResponse, |
57 | 61 | SpeakerOptions, |
| 62 | + SpeakerType, |
58 | 63 | SpeechModel, |
| 64 | + SpeechUnderstandingFeatureRequests, |
| 65 | + SpeechUnderstandingFeatureResponses, |
| 66 | + SpeechUnderstandingRequest, |
| 67 | + SpeechUnderstandingResponse, |
59 | 68 | StatusResult, |
60 | 69 | SummarizationModel, |
61 | 70 | SummarizationType, |
|
64 | 73 | TranscriptionConfig, |
65 | 74 | TranscriptItem, |
66 | 75 | TranscriptStatus, |
| 76 | + TranslationRequest, |
| 77 | + TranslationResponse, |
67 | 78 | Utterance, |
68 | 79 | UtteranceWord, |
69 | 80 | Word, |
|
87 | 98 | "ContentSafetyLabelResult", |
88 | 99 | "ContentSafetyResponse", |
89 | 100 | "ContentSafetySeverityScore", |
| 101 | + "CustomFormattingRequest", |
| 102 | + "CustomFormattingResponse", |
90 | 103 | "Entity", |
91 | 104 | "EntityType", |
92 | 105 | "IABLabelResult", |
|
117 | 130 | "Sentiment", |
118 | 131 | "SentimentType", |
119 | 132 | "Settings", |
| 133 | + "SpeakerIdentificationRequest", |
| 134 | + "SpeakerIdentificationResponse", |
120 | 135 | "SpeakerOptions", |
| 136 | + "SpeakerType", |
121 | 137 | "SpeechModel", |
| 138 | + "SpeechUnderstandingFeatureRequests", |
| 139 | + "SpeechUnderstandingFeatureResponses", |
| 140 | + "SpeechUnderstandingRequest", |
| 141 | + "SpeechUnderstandingResponse", |
122 | 142 | "StatusResult", |
123 | 143 | "SummarizationModel", |
124 | 144 | "SummarizationType", |
|
129 | 149 | "TranscriptError", |
130 | 150 | "TranscriptGroup", |
131 | 151 | "TranscriptItem", |
| 152 | + "TranslationRequest", |
| 153 | + "TranslationResponse", |
132 | 154 | "TranscriptStatus", |
133 | 155 | "Utterance", |
134 | 156 | "UtteranceWord", |
|
0 commit comments