File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -270,9 +270,9 @@ components:
270
270
format : date-time
271
271
description : ISO 8601 timestamp indicating when the session will expire.
272
272
required :
273
- # - type
274
- # - id
275
- # - expires_at
273
+ - type
274
+ - id
275
+ - expires_at
276
276
277
277
Word :
278
278
type : object
@@ -296,11 +296,11 @@ components:
296
296
type : boolean
297
297
description : Whether the word is final.
298
298
required :
299
- # - word
300
- # - start
301
- # - end
302
- # - confidence
303
- # - word_is_final
299
+ - word
300
+ - start
301
+ - end
302
+ - confidence
303
+ - word_is_final
304
304
305
305
TurnPayload :
306
306
type : object
@@ -332,13 +332,13 @@ components:
332
332
$ref : " #/components/schemas/Word"
333
333
description : Array of word-level details for this turn.
334
334
required :
335
- # - type
336
- # - turn_order
337
- # - turn_is_formatted
338
- # - end_of_turn
339
- # - transcript
340
- # - end_of_turn_confidence
341
- # - words
335
+ - type
336
+ - turn_order
337
+ - turn_is_formatted
338
+ - end_of_turn
339
+ - transcript
340
+ - end_of_turn_confidence
341
+ - words
342
342
343
343
TerminationPayload :
344
344
type : object
@@ -354,6 +354,6 @@ components:
354
354
type : integer
355
355
description : Duration of the session in seconds.
356
356
required :
357
- # - type
358
- # - audio_duration_seconds
359
- # - session_duration_seconds
357
+ - type
358
+ - audio_duration_seconds
359
+ - session_duration_seconds
You can’t perform that action at this time.
0 commit comments