Skip to content

Latest commit

 

History

History
144 lines (77 loc) · 4.77 KB

AccountsRecordingsTranscriptionsApi.md

File metadata and controls

144 lines (77 loc) · 4.77 KB

AccountsRecordingsTranscriptionsApi

All URIs are relative to https://api.twilio.com

Method HTTP request Description
DeleteRecordingTranscription Delete /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json
FetchRecordingTranscription Get /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json
ListRecordingTranscription Get /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions.json

DeleteRecordingTranscription

DeleteRecordingTranscription(ctx, RecordingSidSidoptional)

Path Parameters

Name Type Description
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
RecordingSid string The SID of the Recording that created the transcription to delete.
Sid string The Twilio-provided string that uniquely identifies the Transcription resource to delete.

Other Parameters

Other parameters are passed through a pointer to a DeleteRecordingTranscriptionParams struct

Name Type Description
PathAccountSid string The SID of the Account that created the Transcription resources to delete.

Return type

(empty response body)

Authorization

accountSid_authToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]

FetchRecordingTranscription

ApiV2010RecordingTranscription FetchRecordingTranscription(ctx, RecordingSidSidoptional)

Path Parameters

Name Type Description
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
RecordingSid string The SID of the Recording that created the transcription to fetch.
Sid string The Twilio-provided string that uniquely identifies the Transcription resource to fetch.

Other Parameters

Other parameters are passed through a pointer to a FetchRecordingTranscriptionParams struct

Name Type Description
PathAccountSid string The SID of the Account that created the Transcription resource to fetch.

Return type

ApiV2010RecordingTranscription

Authorization

accountSid_authToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

ListRecordingTranscription

[]ApiV2010RecordingTranscription ListRecordingTranscription(ctx, RecordingSidoptional)

Path Parameters

Name Type Description
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
RecordingSid string The SID of the Recording that created the transcriptions to read.

Other Parameters

Other parameters are passed through a pointer to a ListRecordingTranscriptionParams struct

Name Type Description
PathAccountSid string The SID of the Account that created the Transcription resources to read.
PageSize int How many resources to return in each list page. The default is 50, and the maximum is 1000.
Limit int Max number of records to return.

Return type

[]ApiV2010RecordingTranscription

Authorization

accountSid_authToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]