AWSPollyDescribeVoicesOutput

Objective-C

@interface AWSPollyDescribeVoicesOutput

Swift

class AWSPollyDescribeVoicesOutput
  • The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • A list of voices with their properties.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSPollyVoice *> *_Nullable voices;

    Swift

    var voices: [AWSPollyVoice]? { get set }