Class: Aws::GeoPlaces::Types::QueryRefinement
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::QueryRefinement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
Suggestions for refining individual query terms. Suggestions are returned as objects which note the term, suggested replacement, and its index in the query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_index ⇒ Integer
End index of the parsed query.
-
#original_term ⇒ String
The sub-string of the original query that is replaced by this query term.
-
#refined_term ⇒ String
The term that will be suggested to the user.
-
#start_index ⇒ Integer
Start index of the parsed component.
Instance Attribute Details
#end_index ⇒ Integer
End index of the parsed query.
1532 1533 1534 1535 1536 1537 1538 1539 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1532 class QueryRefinement < Struct.new( :refined_term, :original_term, :start_index, :end_index) SENSITIVE = [] include Aws::Structure end |
#original_term ⇒ String
The sub-string of the original query that is replaced by this query term.
1532 1533 1534 1535 1536 1537 1538 1539 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1532 class QueryRefinement < Struct.new( :refined_term, :original_term, :start_index, :end_index) SENSITIVE = [] include Aws::Structure end |
#refined_term ⇒ String
The term that will be suggested to the user.
1532 1533 1534 1535 1536 1537 1538 1539 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1532 class QueryRefinement < Struct.new( :refined_term, :original_term, :start_index, :end_index) SENSITIVE = [] include Aws::Structure end |
#start_index ⇒ Integer
Start index of the parsed component.
1532 1533 1534 1535 1536 1537 1538 1539 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1532 class QueryRefinement < Struct.new( :refined_term, :original_term, :start_index, :end_index) SENSITIVE = [] include Aws::Structure end |