Uses of Class
com.bandwidth.sdk.model.RecordingTranscriptions
Packages that use RecordingTranscriptions
-
Uses of RecordingTranscriptions in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return RecordingTranscriptionsModifier and TypeMethodDescriptionRecordingsApi.getRecordingTranscription
(String accountId, String callId, String recordingId) Get Transcription Downloads the specified transcription.Methods in com.bandwidth.sdk.api that return types with arguments of type RecordingTranscriptionsModifier and TypeMethodDescriptionRecordingsApi.getRecordingTranscriptionWithHttpInfo
(String accountId, String callId, String recordingId) Get Transcription Downloads the specified transcription.Method parameters in com.bandwidth.sdk.api with type arguments of type RecordingTranscriptionsModifier and TypeMethodDescriptionokhttp3.Call
RecordingsApi.getRecordingTranscriptionAsync
(String accountId, String callId, String recordingId, ApiCallback<RecordingTranscriptions> _callback) Get Transcription (asynchronously) Downloads the specified transcription. -
Uses of RecordingTranscriptions in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return RecordingTranscriptionsModifier and TypeMethodDescriptionRecordingTranscriptions.addTranscriptsItem
(Transcription transcriptsItem) static RecordingTranscriptions
Create an instance of RecordingTranscriptions given an JSON stringRecordingTranscriptions.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.RecordingTranscriptions.transcripts
(List<Transcription> transcripts)