| Package | Description |
|---|---|
| com.twilio.sdk.resource.instance | |
| com.twilio.sdk.resource.list |
| Modifier and Type | Method and Description |
|---|---|
TranscriptionList |
Recording.getTranscriptions()
Returns the list of associated transcriptions
|
TranscriptionList |
Call.getTranscriptions()
Returns the list of associated transcriptions
|
TranscriptionList |
Account.getTranscriptions()
Gets the transcriptions list
https://www.twilio.com/docs/api/rest/transcription
|
TranscriptionList |
Account.getTranscriptions(Map<String,String> filters)
Gets the transcriptions list with the given filters
https://www.twilio.com/docs/api/rest/transcription
|
| Modifier and Type | Method and Description |
|---|---|
static TranscriptionList |
TranscriptionList.callTranscriptionList(TwilioRestClient client,
String callSid)
Instantiates a new transcription list from a call.
|
static TranscriptionList |
TranscriptionList.callTranscriptionList(TwilioRestClient client,
String callSid,
Map<String,String> filters)
Instantiates a new transcription list from a call.
|
static TranscriptionList |
TranscriptionList.recordingTranscriptionList(TwilioRestClient client,
String recordingSid)
Instantiates a new transcription list from a recording.
|
static TranscriptionList |
TranscriptionList.recordingTranscriptionList(TwilioRestClient client,
String recordingSid,
Map<String,String> filters)
Instantiates a new transcription list from a recording.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.