Skip to content

Commit fa84462

Browse files
committed
feat(voice): [ACL-2127] update sequence diagram to clarify target language updates
1 parent 9f03e64 commit fa84462

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

api-reference/voice.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,23 @@ sequenceDiagram
119119
and
120120
loop Receive updates
121121
Voice API-->>Client: source_transcript_update
122+
end
123+
and Per target language
124+
loop Receive updates
122125
Voice API-->>Client: target_transcript_update
123126
end
124127
end
125128
126129
Client->>Voice API: end_of_source_audio
127130
128-
loop Final updates
131+
par
132+
loop Final updates
129133
Voice API-->>Client: source_transcript_update
134+
end
135+
and Per target language
136+
loop Final updates
130137
Voice API-->>Client: target_transcript_update
138+
end
131139
end
132140
133141
Voice API-->>Client: end_of_source_transcript

0 commit comments

Comments
 (0)