Class CheetahTranscript

java.lang.Object
ai.picovoice.cheetah.CheetahTranscript

public class CheetahTranscript extends Object
Cheetah Speech-to-Text engine Transcript Object.
  • Constructor Details

    • CheetahTranscript

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

    • getTranscript

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

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