Class CheetahTranscript


  • public class CheetahTranscript
    extends java.lang.Object
    Cheetah Speech-to-Text engine Transcript Object.
    • Constructor Summary

      Constructors 
      Constructor Description
      CheetahTranscript​(java.lang.String transcript, boolean isEndpoint)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getIsEndpoint()
      Getter for isEndpoint.
      java.lang.String getTranscript()
      Getter for transcript.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CheetahTranscript

        public CheetahTranscript​(java.lang.String transcript,
                                 boolean isEndpoint)
        Constructor.
        Parameters:
        transcript - String transcript returned from Cheetah
        isEndpoint - Whether the transcript has an endpoint
    • Method Detail

      • getTranscript

        public java.lang.String getTranscript()
        Getter for transcript.
        Returns:
        Transcript string.
      • getIsEndpoint

        public boolean getIsEndpoint()
        Getter for isEndpoint.
        Returns:
        Whether the transcript has an endpoint.