Show / Hide Table of Contents

Class DictationRecognizer

Inheritance
Object
DictationRecognizer
Implements
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Windows.Speech
Assembly: UnityEngine.dll
Syntax
public sealed class DictationRecognizer : IDisposable

Constructors

| Improve this Doc View Source

DictationRecognizer()

Declaration
public DictationRecognizer()
| Improve this Doc View Source

DictationRecognizer(ConfidenceLevel)

Declaration
public DictationRecognizer(ConfidenceLevel confidenceLevel)
Parameters
Type Name Description
ConfidenceLevel confidenceLevel
| Improve this Doc View Source

DictationRecognizer(ConfidenceLevel, DictationTopicConstraint)

Declaration
public DictationRecognizer(ConfidenceLevel minimumConfidence, DictationTopicConstraint topic)
Parameters
Type Name Description
ConfidenceLevel minimumConfidence
DictationTopicConstraint topic
| Improve this Doc View Source

DictationRecognizer(DictationTopicConstraint)

Declaration
public DictationRecognizer(DictationTopicConstraint topic)
Parameters
Type Name Description
DictationTopicConstraint topic

Properties

| Improve this Doc View Source

AutoSilenceTimeoutSeconds

Declaration
public float AutoSilenceTimeoutSeconds { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

InitialSilenceTimeoutSeconds

Declaration
public float InitialSilenceTimeoutSeconds { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

Status

Declaration
public SpeechSystemStatus Status { get; }
Property Value
Type Description
SpeechSystemStatus

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()
| Improve this Doc View Source

Start()

Declaration
public void Start()
| Improve this Doc View Source

Stop()

Declaration
public void Stop()

Events

| Improve this Doc View Source

DictationComplete

Declaration
public event DictationRecognizer.DictationCompletedDelegate DictationComplete
Event Type
Type Description
DictationRecognizer.DictationCompletedDelegate
| Improve this Doc View Source

DictationError

Declaration
public event DictationRecognizer.DictationErrorHandler DictationError
Event Type
Type Description
DictationRecognizer.DictationErrorHandler
| Improve this Doc View Source

DictationHypothesis

Declaration
public event DictationRecognizer.DictationHypothesisDelegate DictationHypothesis
Event Type
Type Description
DictationRecognizer.DictationHypothesisDelegate
| Improve this Doc View Source

DictationResult

Declaration
public event DictationRecognizer.DictationResultDelegate DictationResult
Event Type
Type Description
DictationRecognizer.DictationResultDelegate

Implements

System.IDisposable

Extension Methods

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