Uses of Class
com.bandwidth.sdk.model.CallTranscriptionMetadata
Packages that use CallTranscriptionMetadata
-
Uses of CallTranscriptionMetadata in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return types with arguments of type CallTranscriptionMetadataModifier and TypeMethodDescriptionTranscriptionsApi.listRealTimeTranscriptions
(String accountId, String callId) Enumerate transcriptions made with StartTranscription Enumerates the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).TranscriptionsApi.listRealTimeTranscriptionsWithHttpInfo
(String accountId, String callId) Enumerate transcriptions made with StartTranscription Enumerates the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).Method parameters in com.bandwidth.sdk.api with type arguments of type CallTranscriptionMetadataModifier and TypeMethodDescriptionokhttp3.Call
TranscriptionsApi.listRealTimeTranscriptionsAsync
(String accountId, String callId, ApiCallback<List<CallTranscriptionMetadata>> _callback) Enumerate transcriptions made with StartTranscription (asynchronously) Enumerates the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription). -
Uses of CallTranscriptionMetadata in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return CallTranscriptionMetadataModifier and TypeMethodDescriptionstatic CallTranscriptionMetadata
Create an instance of CallTranscriptionMetadata given an JSON stringCallTranscriptionMetadata.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.CallTranscriptionMetadata.transcriptionId
(String transcriptionId) CallTranscriptionMetadata.transcriptionName
(String transcriptionName) CallTranscriptionMetadata.transcriptionUrl
(String transcriptionUrl)