SpeechSynthesisResult Class
Definition
Contains detailed information about result of a speech synthesis operation. Added in version 1.7.0
public class SpeechSynthesisResult
- Inheritance
-
java.lang.ObjectCloseableSpeechSynthesisResult
Methods
close() |
Explicitly frees any external resource attached to the object |
getAudioData() |
Gets the synthesized audio from the result. |
getAudioLength() |
Gets the length of synthesized audio in bytes. |
getProperties() |
The set of properties exposed in the result. |
getReason() |
Gets the reason the result was created. |
getResultId() |
Gets the unique ID of the result. |