Skip to content

Commit a6834e4

Browse files
feat: update API specifications from internal repo (#120)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9f04d23 commit a6834e4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

asyncapi.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,6 @@ components:
237237
description: Arbitrary key-value pairs that are attached to the API response for usage in downstream processing
238238
examples:
239239
- key:value
240-
ListenV1FillerWords:
241-
description: Filler Words can help transcribe interruptions in your audio, like "uh" and "um"
242-
default: 'false'
243-
enum:
244-
- 'true'
245-
- 'false'
246-
examples:
247-
- 'true'
248240
ListenV1InterimResults:
249241
description: Specifies whether the streaming endpoint should provide ongoing transcription updates as more audio is received. When set to true, the endpoint sends continuous updates, meaning transcription results may evolve over time
250242
default: 'false'
@@ -2502,8 +2494,6 @@ channels:
25022494
$ref: '#/components/schemas/ListenV1Endpointing'
25032495
extra:
25042496
$ref: '#/components/schemas/ListenV1Extra'
2505-
filler_words:
2506-
$ref: '#/components/schemas/ListenV1FillerWords'
25072497
interim_results:
25082498
$ref: '#/components/schemas/ListenV1InterimResults'
25092499
keyterm:

0 commit comments

Comments
 (0)