SpeechSynthesisResult Class
Result of a speech synthesis operation.
Constructor for internal use.
- Inheritance
-
builtins.objectSpeechSynthesisResult
Constructor
SpeechSynthesisResult(handle: c_void_p)
Parameters
Name | Description |
---|---|
handle
Required
|
|
Attributes
audio_data
The output audio data from the TTS.
audio_duration
The time duration of the synthesized audio.
Note
Added in version 1.21.0.
cancellation_details
The reason why speech synthesis was cancelled.
Returns None if there was no cancellation.
properties
A collection of properties and their values defined for this SpeechSynthesisResult.
Note
Added in version 1.17.0.
reason
Synthesis reason.
result_id
Synthesis result unique ID.
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python