public interface Transcriber
| Modifier and Type | Method and Description |
|---|---|
static Transcriber |
create(java.lang.String audioPath,
SpeechServiceConfig config) |
static Transcriber |
create(java.lang.String audioPath,
SpeechServiceConfig config,
SpeechServiceClient client) |
void |
transcribe(java.io.InputStream audioStream,
Func<java.lang.String> onResult,
Func<java.lang.String> onHypothesis) |
void transcribe(java.io.InputStream audioStream,
Func<java.lang.String> onResult,
Func<java.lang.String> onHypothesis)
throws java.lang.Exception
java.lang.Exceptionstatic Transcriber create(java.lang.String audioPath, SpeechServiceConfig config)
static Transcriber create(java.lang.String audioPath, SpeechServiceConfig config, SpeechServiceClient client)