Class GetLexiconResponse
This is the response object from the GetLexicon operation.
public class GetLexiconResponse : AmazonWebServiceResponse
- Inheritance
-
GetLexiconResponse
Constructors
GetLexiconResponse()
public GetLexiconResponse()
Properties
Lexicon
Gets and sets the property Lexicon.
Lexicon object that provides name and the string content of the lexicon.
public Lexicon Lexicon { get; set; }
Property Value
LexiconAttributes
Gets and sets the property LexiconAttributes.
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.
public LexiconAttributes LexiconAttributes { get; set; }