You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**speaker**|**Integer**| Zero-based index identifying the speaker. |[optional]|
11
+
|**text**|**String**| The transcribed text of this clip. |[optional]|
12
+
|**confidence**|**Double**| How confident the transcription engine was in transcribing this clip (from `0.0` to `1.0`). |[optional]|
13
+
|**startTimeSeconds**|**Double**| The start time of this clip within the recording, in seconds. |[optional]|
14
+
|**endTimeSeconds**|**Double**| The end time of this clip within the recording, in seconds. |[optional]|
|**clips**|[**List<RecordingTranscriptionClip>**](RecordingTranscriptionClip.md)| A list of individual speech clips with speaker, timing, and confidence information. |[optional]|
|**speaker**|**Integer**| Zero-based index identifying the speaker. |[optional]|
10
11
|**text**|**String**| The transcribed text |[optional]|
11
12
|**confidence**|**Double**| The confidence on the recognized content, ranging from `0.0` to `1.0` with `1.0` being the highest confidence. |[optional]|
0 commit comments