SpeechSynthesisResult Class
Definition
Contains detailed information about result of a speech synthesis operation. Note: close() must be called in order to release underlying resources held by the object. Added in version 1.7.0
public class SpeechSynthesisResult
- Inheritance
-
java.lang.ObjectAutoCloseableSpeechSynthesisResult
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. |