AWSPollyPutLexiconInput
Objective-C
@interface AWSPollyPutLexiconInput
Swift
class AWSPollyPutLexiconInput
-
Content of the PLS lexicon as string data.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable content;
Swift
var content: String? { get set }
-
Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }