Class: Aws::GeoPlaces::Types::SuggestHighlights

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#addressTypes::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

#titleArray<Types::Highlight>

Indicates the starting and ending index of the title in the text query that match the found title.

Returns:



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