AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains metadata describing the lexicon such as the number of lexemes, language code, and so on. For more information, see Managing Lexicons.

Inheritance Hierarchy

System.Object
  Amazon.Polly.Model.LexiconAttributes

Namespace: Amazon.Polly.Model
Assembly: AWSSDK.Polly.dll
Version: 3.x.y.z

Syntax

C#
public class LexiconAttributes

The LexiconAttributes type exposes the following members

Constructors

NameDescription
Public Method LexiconAttributes()

Properties

NameTypeDescription
Public Property Alphabet System.String

Gets and sets the property Alphabet.

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

Public Property LanguageCode Amazon.Polly.LanguageCode

Gets and sets the property LanguageCode.

Language code that the lexicon applies to. A lexicon with a language code such as "en" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

Public Property LastModified System.DateTime

Gets and sets the property LastModified.

Date lexicon was last modified (a timestamp value).

Public Property LexemesCount System.Int32

Gets and sets the property LexemesCount.

Number of lexemes in the lexicon.

Public Property LexiconArn System.String

Gets and sets the property LexiconArn.

Amazon Resource Name (ARN) of the lexicon.

Public Property Size System.Int32

Gets and sets the property Size.

Total size of the lexicon, in characters.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5