Namespace Recognissimo
Classes
CallCondition
Helper class for SpeechProcessorDependency that stores the condition of the associated call.
DependencyInitializationException
Thrown when SpeechProcessorDependency initialization fails.
InitializationException
Base class for all SpeechProcessor exceptions during initialization.
InternalInitializationException
Thrown when internal error occurs in SpeechProcessor during initialization. It is recommended that such an exception be reported to the developer.
InternalRuntimeException
Thrown when SpeechSource failed at runtime. It is recommended that such an exception be reported to the developer.
InvalidAlgorithmInputException
Thrown when invalid input is provided to SpeechProcessor implementation. It is recommended that such an exception be reported to the developer.
InvalidLanguageModelException
Thrown when invalid language model provided.
InvalidSampleRateException
Thrown when invalid sample rate provided.
LanguageModel
Loads files that are used by the speech processor to convert speech data to text.
LanguageModelProvider
Base class for all model providers.
RuntimeException
Base class for all SpeechProcessor exceptions during runtime.
RuntimeFailureEventArgs
RuntimeFailure event data.
SamplesReadyEventArgs
SamplesReady event data.
SpeechProcessor
Base class for all speech processors.
SpeechProcessorDependency
This class extends UnityEngine.MonoBehaviour by adding lazy evaluation of user-defined initialization tasks.
SpeechProcessorException
Base class for all SpeechProcessor exceptions.
SpeechSource
Base class for all speech sources.
SpeechSourceRuntimeException
Thrown when SpeechSource failed at runtime.
Enums
SpeechProcessorState
SpeechProcessor state.
Delegates
InitializationFailedCallback
Callback raised when initialization failed.
InitializationTaskStartedCallback
Callback raised when a new initialization task is started