Skip to content

Commit fae94d3

Browse files
committedMar 21, 2025·
fix: API Reference FinalTranscript example
1 parent f6a8ff7 commit fae94d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎asyncapi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"audio_start": 0,
181181
"audio_end": 1500,
182182
"confidence": 0.987190506414702,
183-
"text": "there is a house in new orleans",
183+
"text": "There is a house in New Orleans.",
184184
"words": [
185185
{
186186
"start": 0,

‎asyncapi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ channels:
130130
audio_start: 0
131131
audio_end: 1500
132132
confidence: 0.987190506414702
133-
text: there is a house in new orleans
133+
text: There is a house in New Orleans.
134134
words:
135135
- start: 0
136136
end: 300

0 commit comments

Comments
 (0)
Please sign in to comment.