Class TranscriptInsightUnit

java.lang.Object
com.ringcentral.definitions.TranscriptInsightUnit

public class TranscriptInsightUnit extends Object
One utterance of a call. Each utterance is a speakerId, text, start and end time
  • Field Details

    • speakerId

      public String speakerId
      Participant ID Required Example: p-32423
    • text

      public String text
      Text of the utterance Required Example: Hello user!
    • start

      public Double start
      Start time of the utterance (in sec) Required Format: float Example: 1.2
    • end

      public Double end
      End time of the utterance (in sec) Required Format: float Example: 4.2
  • Constructor Details

    • TranscriptInsightUnit

      public TranscriptInsightUnit()
  • Method Details