Package ai.picovoice.cheetah
Class CheetahTranscript
java.lang.Object
ai.picovoice.cheetah.CheetahTranscript
Cheetah Speech-to-Text engine Transcript Object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for isEndpoint.Getter for transcript.
-
Constructor Details
-
CheetahTranscript
Constructor.- Parameters:
transcript- String transcript returned from CheetahisEndpoint- Whether the transcript has an endpoint
-
-
Method Details
-
getTranscript
Getter for transcript.- Returns:
- Transcript string.
-
getIsEndpoint
public boolean getIsEndpoint()Getter for isEndpoint.- Returns:
- Whether the transcript has an endpoint.
-