AiliaSpeechModel class
Methods
-
close()
→ void
-
-
create(bool liveTranscribe, bool taskTranslate, int envId, {bool virtualMemory = false})
→ void
-
-
dictionary(File dictionary, {int dictionaryType = ailia_speech_dart.AILIA_SPEECH_DICTIONARY_TYPE_REPLACE})
→ void
-
-
finalizeInputData()
→ void
-
-
getCallback()
→ Pointer<AILIASpeechApiCallback>
-
-
isBuffered()
→ bool
-
-
isComplete()
→ bool
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
open(File encoder, File decoder, File? vad, String language, int modelType)
→ void
-
-
postprocess(File encoder, File? decoder, File source, File target, bool jaEn)
→ void
-
-
pushInputData(List<double> pcm, int sampleRate, int nChannels)
→ void
-
-
reset()
→ void
-
-
setIntermediateCallback(dynamic callback(String))
→ void
-
-
throwError(String funcName, int code)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
transcribe()
→ List<SpeechText>
-
-
transcribeBatch()
→ List<SpeechText>
-
-
translate(String inputText)
→ String
-