Uses of Class
com.twilio.rest.api.v2010.account.recording.Transcription
-
Packages that use Transcription Package Description com.twilio.rest.api.v2010.account.recording -
-
Uses of Transcription in com.twilio.rest.api.v2010.account.recording
Methods in com.twilio.rest.api.v2010.account.recording that return Transcription Modifier and Type Method Description TranscriptionTranscriptionFetcher. fetch(TwilioRestClient client)static TranscriptionTranscription. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Transcription object using the provided ObjectMapper.static TranscriptionTranscription. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Transcription object using the provided ObjectMapper.Methods in com.twilio.rest.api.v2010.account.recording that return types with arguments of type Transcription Modifier and Type Method Description Page<Transcription>TranscriptionReader. firstPage(TwilioRestClient client)Page<Transcription>TranscriptionReader. getPage(String targetUrl, TwilioRestClient client)Page<Transcription>TranscriptionReader. nextPage(Page<Transcription> page, TwilioRestClient client)Page<Transcription>TranscriptionReader. previousPage(Page<Transcription> page, TwilioRestClient client)ResourceSet<Transcription>TranscriptionReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.api.v2010.account.recording with type arguments of type Transcription Modifier and Type Method Description Page<Transcription>TranscriptionReader. nextPage(Page<Transcription> page, TwilioRestClient client)Page<Transcription>TranscriptionReader. previousPage(Page<Transcription> page, TwilioRestClient client)
-