github.com/twilio/twilio-go@v1.20.1/rest/intelligence/v2/docs/IntelligenceV2Sentence.md (about) 1 # IntelligenceV2Sentence 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **MediaChannel** | Pointer to **int** | The channel number. | 8 **SentenceIndex** | Pointer to **int** | The index of the sentence in the transcript. | 9 **StartTime** | Pointer to **float32** | Offset from the beginning of the transcript when this sentence starts. | 10 **EndTime** | Pointer to **float32** | Offset from the beginning of the transcript when this sentence ends. | 11 **Transcript** | Pointer to **string** | Transcript text. | 12 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this Sentence. | 13 **Confidence** | Pointer to **float32** | | 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17