Package com.ringcentral.definitions
Class InteractionInput
java.lang.Object
com.ringcentral.definitions.InteractionInput
-
Field Summary
FieldsModifier and TypeFieldDescriptionType of the audio Example: CallCenter Enum: CallCenter, Meeting, EarningsCalls, Interview, PressConference, VoicemailPublicly facing uri Format: uriApply voice activity detection.The encoding of the original audio Required Example: Wav Enum: Mpeg, Mp4, Wav, Webm, Webp, Aac, Avi, OggString[]
Enum: All, KeyPhrases, Emotion, AbstractiveSummaryLong, AbstractiveSummaryShort, ExtractiveSummary, Topics, TalkToListenRatio, Energy, Pace, QuestionsAskedLanguage spoken in the audio file.Set to True if the input audio is multi-channel and each channel has a separate speaker.Source of the audio file eg: Phone, RingCentral, GoogleMeet, Zoom etc Example: RingCentralNumber of speakers in the file, omit parameter if unknown Format: int32 Example: 2String[]
Optional set of speakers to be identified from the call.Indicates the words/phrases that will be used for boosting the transcript. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentUri
(String contentUri) enableVoiceActivityDetection
(Boolean enableVoiceActivityDetection) languageCode
(String languageCode) separateSpeakerPerChannel
(Boolean separateSpeakerPerChannel) speakerCount
(Long speakerCount) speakerIds
(String[] speakerIds) speechContexts
(SpeechContextPhrasesInput[] speechContexts)
-
Field Details
-
contentUri
Publicly facing uri Format: uri -
encoding
The encoding of the original audio Required Example: Wav Enum: Mpeg, Mp4, Wav, Webm, Webp, Aac, Avi, Ogg -
languageCode
Language spoken in the audio file. Required Example: en-US -
source
Source of the audio file eg: Phone, RingCentral, GoogleMeet, Zoom etc Example: RingCentral -
audioType
Type of the audio Example: CallCenter Enum: CallCenter, Meeting, EarningsCalls, Interview, PressConference, Voicemail -
separateSpeakerPerChannel
Set to True if the input audio is multi-channel and each channel has a separate speaker. -
speakerCount
Number of speakers in the file, omit parameter if unknown Format: int32 Example: 2 -
speakerIds
Optional set of speakers to be identified from the call. Example: speakerId1,speakerId2 -
enableVoiceActivityDetection
Apply voice activity detection. -
insights
Enum: All, KeyPhrases, Emotion, AbstractiveSummaryLong, AbstractiveSummaryShort, ExtractiveSummary, Topics, TalkToListenRatio, Energy, Pace, QuestionsAsked -
speechContexts
Indicates the words/phrases that will be used for boosting the transcript. This can help to boost accuracy for cases like Person Names, Company names etc.
-
-
Constructor Details
-
InteractionInput
public InteractionInput()
-
-
Method Details
-
contentUri
-
encoding
-
languageCode
-
source
-
audioType
-
separateSpeakerPerChannel
-
speakerCount
-
speakerIds
-
enableVoiceActivityDetection
-
insights
-
speechContexts
-