Class: Aws::GeoPlaces::Types::PhonemeTranscription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-geoplaces/types.rb

Overview

How to pronounce the various components of the address or place.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#languageString

A list of [BCP 47] compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.

[1]: en.wikipedia.org/wiki/IETF_language_tag

Returns:

  • (String)


1463
1464
1465
1466
1467
1468
1469
# File 'lib/aws-sdk-geoplaces/types.rb', line 1463

class PhonemeTranscription < Struct.new(
  :value,
  :language,
  :preferred)
  SENSITIVE = []
  include Aws::Structure
end

#preferredBoolean

Boolean which indicates if it the preferred pronunciation.

Returns:

  • (Boolean)


1463
1464
1465
1466
1467
1468
1469
# File 'lib/aws-sdk-geoplaces/types.rb', line 1463

class PhonemeTranscription < Struct.new(
  :value,
  :language,
  :preferred)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Value which indicates how to pronounce the value.

Returns:

  • (String)


1463
1464
1465
1466
1467
1468
1469
# File 'lib/aws-sdk-geoplaces/types.rb', line 1463

class PhonemeTranscription < Struct.new(
  :value,
  :language,
  :preferred)
  SENSITIVE = []
  include Aws::Structure
end