github.com/twilio/twilio-go@v1.20.1/rest/intelligence/v2/docs/IntelligenceV2Transcript.md (about)

     1  # IntelligenceV2Transcript
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. |
     8  **ServiceSid** | Pointer to **string** | The unique SID identifier of the Service. |
     9  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this Transcript. |
    10  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this Transcript was created, given in ISO 8601 format. |
    11  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this Transcript was updated, given in ISO 8601 format. |
    12  **Status** | Pointer to [**string**](TranscriptEnumStatus.md) |  |
    13  **Channel** | Pointer to **interface{}** | Media Channel describing Transcript Source and Participant Mapping |
    14  **DataLogging** | Pointer to **bool** | Data logging allows Twilio to improve the quality of the speech recognition & language understanding services through using customer data to refine, fine tune and evaluate machine learning models. Note: Data logging cannot be activated via API, only via www.twilio.com, as it requires additional consent. |
    15  **LanguageCode** | Pointer to **string** | The default language code of the audio. |
    16  **CustomerKey** | Pointer to **string** |  |
    17  **MediaStartTime** | Pointer to [**time.Time**](time.Time.md) | The date that this Transcript's media was started, given in ISO 8601 format. |
    18  **Duration** | Pointer to **int** | The duration of this Transcript's source |
    19  **Url** | Pointer to **string** | The URL of this resource. |
    20  **Redaction** | Pointer to **bool** | If the transcript has been redacted, a redacted alternative of the transcript will be available. |
    21  **Links** | Pointer to **map[string]interface{}** |  |
    22  
    23  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    24  
    25