Skip to content

Commit 681bc8b

Browse files
authored
Merge pull request #159 from DeepLcom/acl/acl-2127-rework-voice-docs2
[ACL-2127] Add description for array objects
2 parents 3505c5a + 50f69cd commit 681bc8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/voice/voice.asyncapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,13 +309,13 @@ components:
309309
concluded:
310310
type: array
311311
# list properties of referenced items here because there is a bug in mintlify that does not render them properly for array types
312-
description: Array of fixed transcript segments that will not change anymore. Array objects contain `language` property of type `string` (IETF BCP 47 language tag of the detected source language).
312+
description: Array of fixed transcript segments that will not change anymore. Array objects contain `language` property of type `string` (IETF BCP 47 language tag of the detected source language), `text` property of type `string` (Source or target transcript text), `start_time` property of type `integer` (Estimated start time of the segment in the input stream in milliseconds) and `end_time` property of type `integer` (Estimated end time of the segment in the input stream in milliseconds).
313313
items:
314314
$ref: '#/components/schemas/SourceTranscriptSegment'
315315
tentative:
316316
type: array
317317
# list properties of referenced items here because there is a bug in mintlify that does not render them properly for array types
318-
description: Array of preliminary transcript segments that are subject to change. Array objects contain `language` property of type `string` (IETF BCP 47 language tag of the detected source language).
318+
description: Array of preliminary transcript segments that are subject to change. Array objects contain `language` property of type `string` (IETF BCP 47 language tag of the detected source language), `text` property of type `string` (Source or target transcript text), `start_time` property of type `integer` (Estimated start time of the segment in the input stream in milliseconds) and `end_time` property of type `integer` (Estimated end time of the segment in the input stream in milliseconds).
319319
items:
320320
$ref: '#/components/schemas/SourceTranscriptSegment'
321321

0 commit comments

Comments
 (0)