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]|
8
+
|**text**|**String**| The transcribed text of this clip. |[optional]|
9
+
|**confidence**|**Float**| How confident the transcription engine was in transcribing this clip (from `0.0` to `1.0`). |[optional]|
10
+
|**start_time_seconds**|**Float**| The start time of this clip within the recording, in seconds. |[optional]|
11
+
|**end_time_seconds**|**Float**| The end time of this clip within the recording, in seconds. |[optional]|
|**clips**|[**Array<RecordingTranscriptionClip>**](RecordingTranscriptionClip.md)| A list of individual speech clips with speaker, timing, and confidence information. |[optional]|
Copy file name to clipboardExpand all lines: docs/Transcription.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
| Name | Type | Description | Notes |
6
6
| ---- | ---- | ----------- | ----- |
7
+
|**speaker**|**Integer**| Zero-based index identifying the speaker. |[optional]|
7
8
|**text**|**String**| The transcribed text |[optional]|
8
9
|**confidence**|**Float**| The confidence on the recognized content, ranging from `0.0` to `1.0` with `1.0` being the highest confidence. |[optional]|
0 commit comments