AWSPollyGetLexiconOutput
Objective-C
@interface AWSPollyGetLexiconOutput
Swift
class AWSPollyGetLexiconOutput
-
Lexicon object that provides name and the string content of the lexicon.
Declaration
Objective-C
@property (nonatomic, strong) AWSPollyLexicon *_Nullable lexicon;
Swift
var lexicon: AWSPollyLexicon? { get set }
-
Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.
Declaration
Objective-C
@property (nonatomic, strong) AWSPollyLexiconAttributes *_Nullable lexiconAttributes;
Swift
var lexiconAttributes: AWSPollyLexiconAttributes? { get set }