Version: 2019.2
LanguageEnglish
  • C#

SpeechError

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Represents an error in a speech recognition system.

Properties

NoErrorNo error occurred.
TopicLanguageNotSupportedSupplied grammar file language is not supported.
GrammarCompilationFailureSpeech recognition engine failed to compiled specified grammar.
AudioQualityFailureSpeech recognition engine failed because the audio quality was too low.
TimeoutExceededA speech recognition system has timed out.
NetworkFailureSpeech error occurred due to a network failure.
MicrophoneUnavailableSpeech error occurred because a microphone was not available.
UnknownErrorA speech recognition system has encountered an unknown error.