AWSPollyGetLexiconInput

Objective-C

@interface AWSPollyGetLexiconInput

Swift

class AWSPollyGetLexiconInput
  • Name of the lexicon.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }