AWSPollyLexicon
Objective-C
@interface AWSPollyLexicon
                Swift
class AWSPollyLexicon
                Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.
- 
                  
                  
Lexicon content in string format. The content of a lexicon must be in PLS format.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable content;Swift
var content: String? { get set } - 
                  
                  
Name of the lexicon.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set } 
View on GitHub
Install in Dash
        AWSPollyLexicon Class Reference