Class AsrApiResponseResponse

java.lang.Object
com.ringcentral.definitions.AsrApiResponseResponse

public class AsrApiResponseResponse extends Object
  • Field Details

    • speakerCount

      public Long speakerCount
      The number of speakers detected. Field is set only when enableSpeakerDiarization is true. Format: int32 Example: 2
    • utterances

      public UtteranceObject[] utterances
      Speaker wise utterances. Field is set only when enableSpeakerDiarization is true.
    • words

      public WordSegment[] words
    • confidence

      public Double confidence
      Overall transcription confidence. Format: float
    • transcript

      public String transcript
      The entire transcript with/without punctuations according to the input.
  • Constructor Details

    • AsrApiResponseResponse

      public AsrApiResponseResponse()
  • Method Details