github.com/twilio/twilio-go@v1.20.1/rest/intelligence/v2/docs/TranscriptsSentencesApi.md (about) 1 # TranscriptsSentencesApi 2 3 All URIs are relative to *https://intelligence.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**ListSentence**](TranscriptsSentencesApi.md#ListSentence) | **Get** /v2/Transcripts/{TranscriptSid}/Sentences | 8 9 10 11 ## ListSentence 12 13 > []IntelligenceV2Sentence ListSentence(ctx, TranscriptSidoptional) 14 15 16 17 Get all Transcript Sentences by TranscriptSid 18 19 ### Path Parameters 20 21 22 Name | Type | Description 23 ------------- | ------------- | ------------- 24 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. 25 **TranscriptSid** | **string** | The unique SID identifier of the Transcript. 26 27 ### Other Parameters 28 29 Other parameters are passed through a pointer to a ListSentenceParams struct 30 31 32 Name | Type | Description 33 ------------- | ------------- | ------------- 34 **Redacted** | **bool** | Grant access to PII Redacted/Unredacted Sentences. If redaction is enabled, the default is `true` to access redacted sentences. 35 **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. 36 **Limit** | **int** | Max number of records to return. 37 38 ### Return type 39 40 [**[]IntelligenceV2Sentence**](IntelligenceV2Sentence.md) 41 42 ### Authorization 43 44 [accountSid_authToken](../README.md#accountSid_authToken) 45 46 ### HTTP request headers 47 48 - **Content-Type**: Not defined 49 - **Accept**: application/json 50 51 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 52 [[Back to Model list]](../README.md#documentation-for-models) 53 [[Back to README]](../README.md) 54