Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SpeechError

Represents an error in a speech recognition system.
Read time 1 minuteLast updated 10 days ago

Definition

public enum SpeechError

Fields

Value

Description

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