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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET