Package com.ringcentral.definitions
Class AsrApiResponseResponse
java.lang.Object
com.ringcentral.definitions.AsrApiResponseResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionOverall transcription confidence.The number of speakers detected.The entire transcript with/without punctuations according to the input.Speaker wise utterances. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfidence
(Double confidence) speakerCount
(Long speakerCount) transcript
(String transcript) utterances
(UtteranceObject[] utterances) words
(WordSegment[] words)
-
Field Details
-
speakerCount
The number of speakers detected. Field is set only when enableSpeakerDiarization is true. Format: int32 Example: 2 -
utterances
Speaker wise utterances. Field is set only when enableSpeakerDiarization is true. -
words
-
confidence
Overall transcription confidence. Format: float -
transcript
The entire transcript with/without punctuations according to the input.
-
-
Constructor Details
-
AsrApiResponseResponse
public AsrApiResponseResponse()
-
-
Method Details
-
speakerCount
-
utterances
-
words
-
confidence
-
transcript
-