AWSPollyLexiconDescription
Objective-C
@interface AWSPollyLexiconDescription
Swift
class AWSPollyLexiconDescription
Describes the content of the lexicon.
-
Provides lexicon metadata.
Declaration
Objective-C
@property (nonatomic, strong) AWSPollyLexiconAttributes *_Nullable attributes;
Swift
var attributes: AWSPollyLexiconAttributes? { get set }
-
Name of the lexicon.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }