Show / Hide Table of Contents

Struct PhraseRecognizedEventArgs

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Windows.Speech
Assembly: UnityEngine.dll
Syntax
public struct PhraseRecognizedEventArgs

Fields

| Improve this Doc View Source

confidence

Declaration
public readonly ConfidenceLevel confidence
Field Value
Type Description
ConfidenceLevel
| Improve this Doc View Source

phraseDuration

Declaration
public readonly TimeSpan phraseDuration
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

phraseStartTime

Declaration
public readonly DateTime phraseStartTime
Field Value
Type Description
DateTime
| Improve this Doc View Source

semanticMeanings

Declaration
public readonly SemanticMeaning[] semanticMeanings
Field Value
Type Description
SemanticMeaning[]
| Improve this Doc View Source

text

Declaration
public readonly string text
Field Value
Type Description
String

Extension Methods

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