You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Polly::Types::Lexicon

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

Lexicon content in string format. The content of a lexicon must be in PLS format.

Returns:

  • (String)

    Lexicon content in string format.

#nameString

Name of the lexicon.

Returns:

  • (String)

    Name of the lexicon.