Show / Hide Table of Contents

Enum SpeechError

Namespace: UnityEngine.Windows.Speech
Assembly: UnityEngine.dll
Syntax
public enum SpeechError

Fields

Name Description
AudioQualityFailure
GrammarCompilationFailure
GrammarLanguageMismatch
MicrophoneUnavailable
NetworkFailure
NoError
PauseLimitExceeded
TimeoutExceeded
TopicLanguageNotSupported
UnknownError

Extension Methods

MustExtensions.MustBeEqual<SpeechError>(SpeechError)
MustExtensions.MustBeEqual<SpeechError>(SpeechError, String)
MustExtensions.MustNotBeEqual<SpeechError>(SpeechError)
MustExtensions.MustNotBeEqual<SpeechError>(SpeechError, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX