Class WordSegment

java.lang.Object
com.ringcentral.definitions.WordSegment

public class WordSegment extends Object
  • Field Details

    • speakerId

      public String speakerId
      Example: JohnDoe
    • start

      public Double start
      Required Format: float Example: 0.3
    • end

      public Double end
      Required Format: float Example: 5.1
    • confidence

      public Double confidence
      Format: float Example: 0.97
    • word

      public String word
      Required Example: hello
  • Constructor Details

    • WordSegment

      public WordSegment()
  • Method Details