RingCentral .Net SDK
Properties | List of all members
RingCentral.DiarizeInput Class Reference

Properties

string contentUri [get, set]
 Publicly facing uri Format: uri More...
 
string encoding [get, set]
 The encoding of the original audio Required Example: Wav Enum: Mpeg, Mp4, Wav, Webm, Webp, Aac, Avi, Ogg More...
 
string languageCode [get, set]
 Language spoken in the audio file. Required Example: en-US More...
 
string source [get, set]
 Source of the audio file eg: Phone, RingCentral, GoogleMeet, Zoom etc Example: RingCentral More...
 
string audioType [get, set]
 Type of the audio Example: CallCenter Enum: CallCenter, Meeting, EarningsCalls, Interview, PressConference, Voicemail More...
 
bool? separateSpeakerPerChannel [get, set]
 Set to True if the input audio is multi-channel and each channel has a separate speaker. More...
 
long? speakerCount [get, set]
 Number of speakers in the file, omit parameter if unknown Format: int32 Example: 2 More...
 
string[] speakerIds [get, set]
 Optional set of speakers to be identified from the call. Example: speakerId1,speakerId2 More...
 
bool? enableVoiceActivityDetection [get, set]
 Apply voice activity detection. More...
 

Property Documentation

◆ audioType

string RingCentral.DiarizeInput.audioType
getset

Type of the audio Example: CallCenter Enum: CallCenter, Meeting, EarningsCalls, Interview, PressConference, Voicemail

◆ contentUri

string RingCentral.DiarizeInput.contentUri
getset

Publicly facing uri Format: uri

◆ enableVoiceActivityDetection

bool? RingCentral.DiarizeInput.enableVoiceActivityDetection
getset

Apply voice activity detection.

◆ encoding

string RingCentral.DiarizeInput.encoding
getset

The encoding of the original audio Required Example: Wav Enum: Mpeg, Mp4, Wav, Webm, Webp, Aac, Avi, Ogg

◆ languageCode

string RingCentral.DiarizeInput.languageCode
getset

Language spoken in the audio file. Required Example: en-US

◆ separateSpeakerPerChannel

bool? RingCentral.DiarizeInput.separateSpeakerPerChannel
getset

Set to True if the input audio is multi-channel and each channel has a separate speaker.

◆ source

string RingCentral.DiarizeInput.source
getset

Source of the audio file eg: Phone, RingCentral, GoogleMeet, Zoom etc Example: RingCentral

◆ speakerCount

long? RingCentral.DiarizeInput.speakerCount
getset

Number of speakers in the file, omit parameter if unknown Format: int32 Example: 2

◆ speakerIds

string [] RingCentral.DiarizeInput.speakerIds
getset

Optional set of speakers to be identified from the call. Example: speakerId1,speakerId2


The documentation for this class was generated from the following file: