Uses of Class
com.vonage.client.voice.ncco.TranscriptionSettings
Packages that use TranscriptionSettings
Package
Description
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of TranscriptionSettings in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return TranscriptionSettingsModifier and TypeMethodDescriptionTranscriptionSettings.Builder.build()Builds the TranscriptionSettings object.ConversationAction.getTranscription()RecordAction.getTranscription()Methods in com.vonage.client.voice.ncco with parameters of type TranscriptionSettingsModifier and TypeMethodDescriptionConversationAction.Builder.transcription(TranscriptionSettings transcription) Transcription settings.RecordAction.Builder.transcription(TranscriptionSettings transcription) Set this parameter to a non-null value to transcribe the recording.