WordLevelTimingResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET