Class: Aws::GeoPlaces::Types::SuggestHighlights
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::SuggestHighlights
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
Describes how the parts of the textQuery matched the input query by returning the sections of the response which matched to textQuery terms.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ Types::SuggestAddressHighlights
The place’s address.
-
#title ⇒ Array<Types::Highlight>
Indicates the starting and ending index of the title in the text query that match the found title.
Instance Attribute Details
#address ⇒ Types::SuggestAddressHighlights
The place’s address.
2485 2486 2487 2488 2489 2490 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 2485 class SuggestHighlights < Struct.new( :title, :address) SENSITIVE = [] include Aws::Structure end |
#title ⇒ Array<Types::Highlight>
Indicates the starting and ending index of the title in the text query that match the found title.
2485 2486 2487 2488 2489 2490 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 2485 class SuggestHighlights < Struct.new( :title, :address) SENSITIVE = [] include Aws::Structure end |