Class: Aws::GeoPlaces::Types::PhonemeDetails

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

Overview

The phoneme details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::AddressComponentPhonemes

How to pronounce the address.



2087
2088
2089
2090
2091
2092
# File 'lib/aws-sdk-geoplaces/types.rb', line 2087

class PhonemeDetails < Struct.new(
  :title,
  :address)
  SENSITIVE = []
  include Aws::Structure
end

#titleArray<Types::PhonemeTranscription>

List of PhonemeTranscription. See PhonemeTranscription for fields.

Returns:



2087
2088
2089
2090
2091
2092
# File 'lib/aws-sdk-geoplaces/types.rb', line 2087

class PhonemeDetails < Struct.new(
  :title,
  :address)
  SENSITIVE = []
  include Aws::Structure
end