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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-geoplaces/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.



3245
3246
3247
3248
3249
3250
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3245

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:



3245
3246
3247
3248
3249
3250
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3245

class SuggestHighlights < Struct.new(
  :title,
  :address)
  SENSITIVE = []
  include Aws::Structure
end