Uses of Class
com.vonage.client.voice.ncco.TranscriptionSettings.Builder
Packages that use TranscriptionSettings.Builder
Package
Description
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of TranscriptionSettings.Builder in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return TranscriptionSettings.BuilderModifier and TypeMethodDescriptionTranscriptionSettings.builder()Entrypoint for constructing an instance of this class.TranscriptionSettings.Builder.eventMethod(EventMethod eventMethod) The HTTP method Vonage uses to make the request toeventUrl.The URL to the webhook endpoint that is called asynchronously when a transcription is finished.TranscriptionSettings.Builder.language(SpeechSettings.Language language) The language (BCP-47 format) for the recording you're transcribing.TranscriptionSettings.Builder.sentimentAnalysis(boolean sentimentAnalysis) Whether to perform sentiment analysis on the call recording transcription segments.