We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a8ff7 commit fae94d3Copy full SHA for fae94d3
asyncapi.json
@@ -180,7 +180,7 @@
180
"audio_start": 0,
181
"audio_end": 1500,
182
"confidence": 0.987190506414702,
183
- "text": "there is a house in new orleans",
+ "text": "There is a house in New Orleans.",
184
"words": [
185
{
186
"start": 0,
asyncapi.yml
@@ -130,7 +130,7 @@ channels:
130
audio_start: 0
131
audio_end: 1500
132
confidence: 0.987190506414702
133
- text: there is a house in new orleans
+ text: There is a house in New Orleans.
134
words:
135
- start: 0
136
end: 300
0 commit comments