public class TranscriptionFetcher extends Fetcher<Transcription>
| Constructor and Description |
|---|
TranscriptionFetcher(String pathRecordingSid,
String pathSid)
Construct a new TranscriptionFetcher.
|
TranscriptionFetcher(String pathAccountSid,
String pathRecordingSid,
String pathSid)
Construct a new TranscriptionFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
Transcription |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic TranscriptionFetcher(String pathRecordingSid, String pathSid)
pathRecordingSid - The recording_sidpathSid - The sidpublic Transcription fetch(TwilioRestClient client)
fetch in class Fetcher<Transcription>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.