SyllableLevelTimingResult Class
Contains syllable level timing result
Note
Added in version 1.20.0.
- Inheritance
-
builtins.objectSyllableLevelTimingResult
Constructor
SyllableLevelTimingResult(_json)
Parameters
Name | Description |
---|---|
_json
Required
|
|
Attributes
accuracy_score
The score indicating the pronunciation accuracy of the given speech, which indicates how closely the phonemes match a native speaker's pronunciation
duration
The duration of the syllable, in ticks (100 nanoseconds).
grapheme
The grapheme.
offset
The offset of the syllable, in ticks (100 nanoseconds).
syllable
The syllable.
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 Python