Package com.ringcentral.definitions
Class DiarizeInput
java.lang.Object
com.ringcentral.definitions.DiarizeInput
-
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, OggLanguage 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. -
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)
-
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.
-
-
Constructor Details
-
DiarizeInput
public DiarizeInput()
-
-
Method Details
-
contentUri
-
encoding
-
languageCode
-
source
-
audioType
-
separateSpeakerPerChannel
-
speakerCount
-
speakerIds
-
enableVoiceActivityDetection
-