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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET