Class LeopardTranscript


  • public class LeopardTranscript
    extends java.lang.Object
    Class that contains transcription results returned from Leopard.
    • Constructor Detail

      • LeopardTranscript

        public LeopardTranscript​(java.lang.String transcriptString,
                                 LeopardTranscript.Word[] wordArray)
        Constructor.
        Parameters:
        transcriptString - Inferred transcription.
        wordArray - Transcribed words and their associated metadata.
    • Method Detail

      • getTranscriptString

        public java.lang.String getTranscriptString()
        Getter for the inferred transcription.
        Returns:
        Inferred transcription.
      • getWordArray

        public LeopardTranscript.Word[] getWordArray()
        Getter for transcribed words and their associated metadata.
        Returns:
        Transcribed words and their associated metadata.