Package com.ringcentral.definitions
Class IdentifyInput
java.lang.Object
com.ringcentral.definitions.IdentifyInput
-
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.Source of the audio file eg: Phone, RingCentral, GoogleMeet, Zoom etc Example: RingCentralString[]
Set of enrolled speakers to be identified from the media. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentUri
(String contentUri) enableVoiceActivityDetection
(Boolean enableVoiceActivityDetection) languageCode
(String languageCode) 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 -
speakerIds
Set of enrolled speakers to be identified from the media. Required Example: speakerId1,speakerId2 -
enableVoiceActivityDetection
Apply voice activity detection.
-
-
Constructor Details
-
IdentifyInput
public IdentifyInput()
-
-
Method Details
-
contentUri
-
encoding
-
languageCode
-
source
-
audioType
-
speakerIds
-
enableVoiceActivityDetection
-