Class: Aws::GeoPlaces::Types::AddressComponentPhonemes
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::AddressComponentPhonemes
- 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
-
#block ⇒ Array<Types::PhonemeTranscription>
How to pronounce the name of the block.
-
#country ⇒ Array<Types::PhonemeTranscription>
The alpha-2 or alpha-3 character code for the country that the results will be present in.
-
#district ⇒ Array<Types::PhonemeTranscription>
How to pronounce the district or division of a city results should be present in.
-
#locality ⇒ Array<Types::PhonemeTranscription>
How to pronounce the city or locality results should be present in.
-
#region ⇒ Array<Types::PhonemeTranscription>
How to pronounce the region or state results should be to be present in.
-
#street ⇒ Array<Types::PhonemeTranscription>
How to pronounce the name of the street results should be present in.
-
#sub_block ⇒ Array<Types::PhonemeTranscription>
How to pronounce the name of the sub-block.
-
#sub_district ⇒ Array<Types::PhonemeTranscription>
How to pronounce the sub-district or division of a city results should be present in.
-
#sub_region ⇒ Array<Types::PhonemeTranscription>
How to pronounce the sub-region or county for which results should be present in.
Instance Attribute Details
#block ⇒ Array<Types::PhonemeTranscription>
How to pronounce the name of the block.
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 |
#country ⇒ Array<Types::PhonemeTranscription>
The alpha-2 or alpha-3 character code for the country that the results will be present in.
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 |
#district ⇒ Array<Types::PhonemeTranscription>
How to pronounce the district or division of a city results should be present in.
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 |
#locality ⇒ Array<Types::PhonemeTranscription>
How to pronounce the city or locality results should be present in.
Example: ‘Vancouver`.
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 |
#region ⇒ Array<Types::PhonemeTranscription>
How to pronounce the region or state results should be to be present in.
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 |
#street ⇒ Array<Types::PhonemeTranscription>
How to pronounce the name of the street results should be present in.
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_block ⇒ Array<Types::PhonemeTranscription>
How to pronounce the name of the sub-block.
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_district ⇒ Array<Types::PhonemeTranscription>
How to pronounce the sub-district or division of a city results should be present in.
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_region ⇒ Array<Types::PhonemeTranscription>
How to pronounce the sub-region or county for which results should be present in.
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 |