We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f03e64 commit fa84462Copy full SHA for fa84462
1 file changed
api-reference/voice.mdx
@@ -119,15 +119,23 @@ sequenceDiagram
119
and
120
loop Receive updates
121
Voice API-->>Client: source_transcript_update
122
+ end
123
+ and Per target language
124
+ loop Receive updates
125
Voice API-->>Client: target_transcript_update
126
end
127
128
129
Client->>Voice API: end_of_source_audio
130
- loop Final updates
131
+ par
132
+ loop Final updates
133
134
135
136
137
138
139
140
141
Voice API-->>Client: end_of_source_transcript
0 commit comments