RingCentral .Net SDK
Properties | List of all members
RingCentral.TranscribedObject 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]
 Required More...
 
decimal? confidence [get, set]
 Overall transcription confidence. Format: float More...
 
string transcript [get, set]
 The entire transcript with/without punctuations according to the input. Required More...
 

Property Documentation

◆ confidence

decimal? RingCentral.TranscribedObject.confidence
getset

Overall transcription confidence. Format: float

◆ speakerCount

long? RingCentral.TranscribedObject.speakerCount
getset

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

◆ transcript

string RingCentral.TranscribedObject.transcript
getset

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

◆ utterances

UtteranceObject [] RingCentral.TranscribedObject.utterances
getset

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

◆ words

WordSegment [] RingCentral.TranscribedObject.words
getset

Required


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