@@ -2131,6 +2131,21 @@ components:
21312131
21322132 and will include its result.
21332133 example : async
2134+ callTranscriptionDetectedLanguageEnum :
2135+ type : string
2136+ enum :
2137+ - en-US
2138+ - es-US
2139+ - fr-FR
2140+ description : The detected language for this transcription.
2141+ example : en-US
2142+ callTranscriptionTrackEnum :
2143+ type : string
2144+ enum :
2145+ - inbound
2146+ - outbound
2147+ description : Which `track` this transcription is derived from.
2148+ example : inbound
21342149 createCall :
21352150 type : object
21362151 required :
@@ -3265,7 +3280,7 @@ components:
32653280 accountId :
32663281 type : string
32673282 description : The user account associated with the call.
3268- example : ' 920012 '
3283+ example : ' 9900000 '
32693284 callId :
32703285 type : string
32713286 description : The call id associated with the event.
@@ -3281,27 +3296,16 @@ components:
32813296 example :
32823297 - detectedLanguage : en-US
32833298 track : inbound
3284- text : Hello World! This is an example.
3299+ transcript : Hello World! This is an example.
32853300 confidence : 0.9
32863301 callTranscription :
32873302 type : object
32883303 properties :
32893304 detectedLanguage :
3290- type : string
3291- enum :
3292- - en-US
3293- - es-US
3294- - fr-FR
3295- description : The detected language for this transcription.
3296- example : en-US
3305+ $ref : ' #/components/schemas/callTranscriptionDetectedLanguageEnum'
32973306 track :
3298- type : string
3299- enum :
3300- - inbound
3301- - outbound
3302- description : Which `track` this transcription is derived from.
3303- example : inbound
3304- text :
3307+ $ref : ' #/components/schemas/callTranscriptionTrackEnum'
3308+ transcript :
33053309 type : string
33063310 description : The transcription itself.
33073311 example : Hello World! This is an example.
@@ -3327,6 +3331,7 @@ components:
33273331 $ref : ' #/components/schemas/status'
33283332 completedTime :
33293333 type : string
3334+ format : date-time
33303335 description : The time that the transcription was completed
33313336 example : ' 2022-06-13T18:46:29.715Z'
33323337 url :
0 commit comments