你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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