SynthesisVoicesResult Class
Definition
Contains detailed information about the retrieved synthesis voices list. Note: close() must be called in order to release underlying resources held by the object. Added in version 1.16.0
public class SynthesisVoicesResult
- Inheritance
-
java.lang.ObjectAutoCloseableSynthesisVoicesResult
Methods
| close() |
Explicitly frees any external resource attached to the object |
| getErrorDetails() |
Gets the error details of the result. |
| 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. |
| getVoices() |
Gets the retrieved voices list |