Class: Aws::GeoPlaces::Types::AutocompleteAddressHighlights
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::AutocompleteAddressHighlights
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
Describes how the parts of the response element matched the input query by returning the sections of the response which matched to input query terms.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_number ⇒ Array<Types::Highlight>
The house number or address results should have.
-
#block ⇒ Array<Types::Highlight>
Name of the block.
-
#building ⇒ Array<Types::Highlight>
The name of the building at the address.
-
#country ⇒ Types::CountryHighlights
The alpha-2 or alpha-3 character code for the country that the results will be present in.
-
#district ⇒ Array<Types::Highlight>
The district or division of a city the results should be present in.
-
#intersection ⇒ Array<Array<Types::Highlight>>
Name of the streets in the intersection.
-
#label ⇒ Array<Types::Highlight>
Indicates the starting and ending indexes for result items where they are identified to match the input query.
-
#locality ⇒ Array<Types::Highlight>
The city or locality results should be present in.
-
#postal_code ⇒ Array<Types::Highlight>
An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should posses.
-
#region ⇒ Types::RegionHighlights
The region or state results should be to be present in.
-
#street ⇒ Array<Types::Highlight>
The name of the street results should be present in.
-
#sub_block ⇒ Array<Types::Highlight>
Name of sub-block.
-
#sub_district ⇒ Array<Types::Highlight>
Indicates the starting and ending index of the title in the text query that match the found title.
-
#sub_region ⇒ Types::SubRegionHighlights
The sub-region or county for which results should be present in.
Instance Attribute Details
#address_number ⇒ Array<Types::Highlight>
The house number or address results should have.
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#block ⇒ Array<Types::Highlight>
Name of the block. Example: Sunny Mansion 203 block: 2 Chome
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#building ⇒ Array<Types::Highlight>
The name of the building at the address.
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#country ⇒ Types::CountryHighlights
The alpha-2 or alpha-3 character code for the country that the results will be present in.
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#district ⇒ Array<Types::Highlight>
The district or division of a city the results should be present in.
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#intersection ⇒ Array<Array<Types::Highlight>>
Name of the streets in the intersection. For example: e.g. [“Friedrichstraße”,“Unter den Linden”]
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#label ⇒ Array<Types::Highlight>
Indicates the starting and ending indexes for result items where they are identified to match the input query. This should be used to provide emphasis to output display to make selecting the correct result from a list easier for end users.
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#locality ⇒ Array<Types::Highlight>
The city or locality results should be present in.
Example: ‘Vancouver`.
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#postal_code ⇒ Array<Types::Highlight>
An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should posses.
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#region ⇒ Types::RegionHighlights
The region or state results should be to be present in.
Example: ‘North Rhine-Westphalia`.
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#street ⇒ Array<Types::Highlight>
The name of the street results should be present in.
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#sub_block ⇒ Array<Types::Highlight>
Name of sub-block. Example Sunny Mansion 203 sub-block: 4
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#sub_district ⇒ Array<Types::Highlight>
Indicates the starting and ending index of the title in the text query that match the found title.
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |
#sub_region ⇒ Types::SubRegionHighlights
The sub-region or county for which results should be present in.
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 385 class AutocompleteAddressHighlights < Struct.new( :label, :country, :region, :sub_region, :locality, :district, :sub_district, :street, :block, :sub_block, :intersection, :postal_code, :address_number, :building) SENSITIVE = [] include Aws::Structure end |