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** | **number** | Zero-based index identifying the speaker. | [optional][default to undefined]
9
+
**text** | **string** | The transcribed text of this clip. | [optional][default to undefined]
10
+
**confidence** | **number** | How confident the transcription engine was in transcribing this clip (from `0.0` to `1.0`). | [optional][default to undefined]
11
+
**startTimeSeconds** | **number** | The start time of this clip within the recording, in seconds. | [optional][default to undefined]
12
+
**endTimeSeconds** | **number** | The end time of this clip within the recording, in seconds. | [optional][default to undefined]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**transcripts** | [**Array<Transcription>**](Transcription.md) | | [optional][default to undefined]
9
+
**clips** | [**Array<RecordingTranscriptionClip>**](RecordingTranscriptionClip.md) | A list of individual speech clips with speaker, timing, and confidence information. | [optional][default to undefined]
9
10
10
11
## Example
11
12
@@ -14,6 +15,7 @@ import { RecordingTranscriptions } from 'bandwidth-sdk';
**speaker** | **number** | Zero-based index identifying the speaker. | [optional][default to undefined]
8
9
**text** | **string** | The transcribed text | [optional][default to undefined]
9
10
**confidence** | **number** | The confidence on the recognized content, ranging from `0.0` to `1.0` with `1.0` being the highest confidence. | [optional][default to undefined]
10
11
@@ -14,6 +15,7 @@ Name | Type | Description | Notes
0 commit comments