Version: 2019.3
LanguageEnglish
  • C#

DictationCompletionCause

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 the reason why dictation session has completed.

Properties

CompleteDictation session has completed successfully.
AudioQualityFailureDictation session completion was caused by bad audio quality.
CanceledDictation session was either cancelled, or the application was paused while dictation session was in progress.
TimeoutExceededDictation session has reached its timeout.
NetworkFailureDictation session has finished because network connection was not available.
MicrophoneUnavailableDictation session has finished because a microphone was not available.
UnknownErrorDictation session has completed due to an unknown error.