RingCentral .Net SDK
All Classes Namespaces Functions Variables Properties Events Pages
Properties | List of all members
RingCentral.AsrApiResponseResponse Class Reference

Properties

long? speakerCount [get, set]
 The number of speakers detected. Field is set only when enableSpeakerDiarization is true. Format: int32 Example: 2 More...
 
UtteranceObject[] utterances [get, set]
 Speaker wise utterances. Field is set only when enableSpeakerDiarization is true. More...
 
WordSegment[] words [get, set]
 
decimal? confidence [get, set]
 Overall transcription confidence. Format: float More...
 
string transcript [get, set]
 The entire transcript with/without punctuations according to the input. More...
 

Property Documentation

◆ confidence

decimal? RingCentral.AsrApiResponseResponse.confidence
getset

Overall transcription confidence. Format: float

◆ speakerCount

long? RingCentral.AsrApiResponseResponse.speakerCount
getset

The number of speakers detected. Field is set only when enableSpeakerDiarization is true. Format: int32 Example: 2

◆ transcript

string RingCentral.AsrApiResponseResponse.transcript
getset

The entire transcript with/without punctuations according to the input.

◆ utterances

UtteranceObject [] RingCentral.AsrApiResponseResponse.utterances
getset

Speaker wise utterances. Field is set only when enableSpeakerDiarization is true.

◆ words

WordSegment [] RingCentral.AsrApiResponseResponse.words
getset


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