Skip to content

Commit e42ca7c

Browse files
committed
update doc strigns
1 parent 118ca77 commit e42ca7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/rt/speechmatics/rt/_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)