RingCentral .Net SDK
Properties | List of all members
RingCentral.InteractionInput 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...
 
string[] insights [get, set]
 Enum: All, KeyPhrases, Emotion, AbstractiveSummaryLong, AbstractiveSummaryShort, ExtractiveSummary, Topics, TalkToListenRatio, Energy, Pace, QuestionsAsked More...
 
SpeechContextPhrasesInput[] speechContexts [get, set]
 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. More...
 

Property Documentation

◆ audioType

string RingCentral.InteractionInput.audioType
getset

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

◆ contentUri

string RingCentral.InteractionInput.contentUri
getset

Publicly facing uri Format: uri

◆ enableVoiceActivityDetection

bool? RingCentral.InteractionInput.enableVoiceActivityDetection
getset

Apply voice activity detection.

◆ encoding

string RingCentral.InteractionInput.encoding
getset

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

◆ insights

string [] RingCentral.InteractionInput.insights
getset

Enum: All, KeyPhrases, Emotion, AbstractiveSummaryLong, AbstractiveSummaryShort, ExtractiveSummary, Topics, TalkToListenRatio, Energy, Pace, QuestionsAsked

◆ languageCode

string RingCentral.InteractionInput.languageCode
getset

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

◆ separateSpeakerPerChannel

bool? RingCentral.InteractionInput.separateSpeakerPerChannel
getset

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

◆ source

string RingCentral.InteractionInput.source
getset

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

◆ speakerCount

long? RingCentral.InteractionInput.speakerCount
getset

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

◆ speakerIds

string [] RingCentral.InteractionInput.speakerIds
getset

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

◆ speechContexts

SpeechContextPhrasesInput [] RingCentral.InteractionInput.speechContexts
getset

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.


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