/AWS1/CL_PLYDESCRVOICESOUTPUT¶
DescribeVoicesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_voices TYPE /AWS1/CL_PLYVOICE=>TT_VOICELIST TT_VOICELIST¶
A list of voices with their properties.
iv_nexttoken TYPE /AWS1/PLYNEXTTOKEN /AWS1/PLYNEXTTOKEN¶
The pagination token to use in the next request to continue the listing of voices.
NextTokenis returned only if the response is truncated.
Queryable Attributes¶
Voices¶
A list of voices with their properties.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOICES() |
Getter for VOICES, with configurable default |
ASK_VOICES() |
Getter for VOICES w/ exceptions if field has no value |
HAS_VOICES() |
Determine if VOICES has a value |
NextToken¶
The pagination token to use in the next request to continue the listing of voices.
NextTokenis returned only if the response is truncated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |