Uses of Class
com.vonage.client.conversations.AudioRecordEvent.Builder
Packages that use AudioRecordEvent.Builder
-
Uses of AudioRecordEvent.Builder in com.vonage.client.conversations
Methods in com.vonage.client.conversations that return AudioRecordEvent.BuilderModifier and TypeMethodDescriptionAudioRecordEvent.Builder.beepStart(boolean beepStart) Whether to set thebeep_startflag.AudioRecordEvent.Builder.beepStop(boolean beepStop) Whether to set thebeep_stopflag.static AudioRecordEvent.BuilderAudioRecordEvent.builder()Entry point for constructing an instance of this class.AudioRecordEvent.Builder.channels(int channels) Number of channels for the recording.AudioRecordEvent.Builder.detectSpeech(boolean detectSpeech) Whether speech detection is enabled.File format for the recording.AudioRecordEvent.Builder.language(TextToSpeechLanguage language) Text-to-speech transcription language.AudioRecordEvent.Builder.multitrack(boolean multitrack) Whether the audio should have multiple tracks.AudioRecordEvent.Builder.sentimentAnalysis(boolean sentimentAnalysis) Whether to enable sentiment analysis in the recording transcription.AudioRecordEvent.Builder.split(boolean split) Whether the recording should be split.AudioRecordEvent.Builder.streamed(boolean streamed) Whether the audio recording is streamed.AudioRecordEvent.Builder.validity(int validity) Audio recording validity parameter.