WordLevelTimingResult Class

Definition

For a recognized word in speech audio, contains the offset to the start and the duration, in ticks. 1 tick = 100 ns. Added in 1.7.0

[System.Runtime.Serialization.DataContract]
public sealed class WordLevelTimingResult
[<System.Runtime.Serialization.DataContract>]
type WordLevelTimingResult = class
Public NotInheritable Class WordLevelTimingResult
Inheritance
WordLevelTimingResult
Attributes

Remarks

One tick is 100 nanoseconds.

Properties

Confidence

The confidence score associated with this word-level entry.

Duration

Duration of word articulation, in ticks.

Offset

Offset from start of speech audio, in ticks.

Word

Recognized word.

Applies to