Class: Aws::Kendra::Types::SuggestionHighlight
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::SuggestionHighlight
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
The text highlights for a single query suggestion.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#begin_offset ⇒ Integer
The zero-based location in the response string where the highlight starts.
-
#end_offset ⇒ Integer
The zero-based location in the response string where the highlight ends.
Instance Attribute Details
#begin_offset ⇒ Integer
The zero-based location in the response string where the highlight starts.
10122 10123 10124 10125 10126 10127 |
# File 'lib/aws-sdk-kendra/types.rb', line 10122 class SuggestionHighlight < Struct.new( :begin_offset, :end_offset) SENSITIVE = [] include Aws::Structure end |
#end_offset ⇒ Integer
The zero-based location in the response string where the highlight ends.
10122 10123 10124 10125 10126 10127 |
# File 'lib/aws-sdk-kendra/types.rb', line 10122 class SuggestionHighlight < Struct.new( :begin_offset, :end_offset) SENSITIVE = [] include Aws::Structure end |