Class: Aws::GeoPlaces::Types::AddressComponentPhonemes

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

#blockArray<Types::PhonemeTranscription>

How to pronounce the name of the block.

Returns:



297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'lib/aws-sdk-geoplaces/types.rb', line 297

class AddressComponentPhonemes < Struct.new(
  :country,
  :region,
  :sub_region,
  :locality,
  :district,
  :sub_district,
  :block,
  :sub_block,
  :street)
  SENSITIVE = []
  include Aws::Structure
end

#countryArray<Types::PhonemeTranscription>

The alpha-2 or alpha-3 character code for the country that the results will be present in.

Returns:



297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'lib/aws-sdk-geoplaces/types.rb', line 297

class AddressComponentPhonemes < Struct.new(
  :country,
  :region,
  :sub_region,
  :locality,
  :district,
  :sub_district,
  :block,
  :sub_block,
  :street)
  SENSITIVE = []
  include Aws::Structure
end

#districtArray<Types::PhonemeTranscription>

How to pronounce the district or division of a city results should be present in.

Returns:



297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'lib/aws-sdk-geoplaces/types.rb', line 297

class AddressComponentPhonemes < Struct.new(
  :country,
  :region,
  :sub_region,
  :locality,
  :district,
  :sub_district,
  :block,
  :sub_block,
  :street)
  SENSITIVE = []
  include Aws::Structure
end

#localityArray<Types::PhonemeTranscription>

How to pronounce the city or locality results should be present in.

Example: ‘Vancouver`.

Returns:



297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'lib/aws-sdk-geoplaces/types.rb', line 297

class AddressComponentPhonemes < Struct.new(
  :country,
  :region,
  :sub_region,
  :locality,
  :district,
  :sub_district,
  :block,
  :sub_block,
  :street)
  SENSITIVE = []
  include Aws::Structure
end

#regionArray<Types::PhonemeTranscription>

How to pronounce the region or state results should be to be present in.

Returns:



297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'lib/aws-sdk-geoplaces/types.rb', line 297

class AddressComponentPhonemes < Struct.new(
  :country,
  :region,
  :sub_region,
  :locality,
  :district,
  :sub_district,
  :block,
  :sub_block,
  :street)
  SENSITIVE = []
  include Aws::Structure
end

#streetArray<Types::PhonemeTranscription>

How to pronounce the name of the street results should be present in.

Returns:



297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'lib/aws-sdk-geoplaces/types.rb', line 297

class AddressComponentPhonemes < Struct.new(
  :country,
  :region,
  :sub_region,
  :locality,
  :district,
  :sub_district,
  :block,
  :sub_block,
  :street)
  SENSITIVE = []
  include Aws::Structure
end

#sub_blockArray<Types::PhonemeTranscription>

How to pronounce the name of the sub-block.

Returns:



297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'lib/aws-sdk-geoplaces/types.rb', line 297

class AddressComponentPhonemes < Struct.new(
  :country,
  :region,
  :sub_region,
  :locality,
  :district,
  :sub_district,
  :block,
  :sub_block,
  :street)
  SENSITIVE = []
  include Aws::Structure
end

#sub_districtArray<Types::PhonemeTranscription>

How to pronounce the sub-district or division of a city results should be present in.

Returns:



297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'lib/aws-sdk-geoplaces/types.rb', line 297

class AddressComponentPhonemes < Struct.new(
  :country,
  :region,
  :sub_region,
  :locality,
  :district,
  :sub_district,
  :block,
  :sub_block,
  :street)
  SENSITIVE = []
  include Aws::Structure
end

#sub_regionArray<Types::PhonemeTranscription>

How to pronounce the sub-region or county for which results should be present in.

Returns:



297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'lib/aws-sdk-geoplaces/types.rb', line 297

class AddressComponentPhonemes < Struct.new(
  :country,
  :region,
  :sub_region,
  :locality,
  :district,
  :sub_district,
  :block,
  :sub_block,
  :street)
  SENSITIVE = []
  include Aws::Structure
end