File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class ClientMessageType(str, Enum):
6262 EndOfStream: Signals that no more audio data will be sent.
6363 SetRecognitionConfig: Updates transcription configuration during
6464 an active session (advanced use).
65- GetSpeakers: Internal, Speechmatics only message. Allows the client to request speaker data.
65+ GetSpeakers: Allows the client to request speaker data.
6666
6767 Examples:
6868 >>> # Starting a recognition session
@@ -111,7 +111,7 @@ class ServerMessageType(str, Enum):
111111 change for the given audio segment.
112112 AddPartialTranslation: Provides interim translation results that
113113 may change as more context becomes available.
114- SpeakerResult: Internal, Speechmatics only message containing the speakers data.
114+ SpeakerResult: Providers the speaker identification data.
115115 Info: Informational messages from the server.
116116 Warning: Warning messages that don't stop transcription.
117117 Error: Error messages indicating transcription failure.
You can’t perform that action at this time.
0 commit comments