Class: Aws::Kendra::Types::SuggestionHighlight

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

Instance Attribute Details

#begin_offsetInteger

The zero-based location in the response string where the highlight starts.

Returns:

  • (Integer)


10176
10177
10178
10179
10180
10181
# File 'lib/aws-sdk-kendra/types.rb', line 10176

class SuggestionHighlight < Struct.new(
  :begin_offset,
  :end_offset)
  SENSITIVE = []
  include Aws::Structure
end

#end_offsetInteger

The zero-based location in the response string where the highlight ends.

Returns:

  • (Integer)


10176
10177
10178
10179
10180
10181
# File 'lib/aws-sdk-kendra/types.rb', line 10176

class SuggestionHighlight < Struct.new(
  :begin_offset,
  :end_offset)
  SENSITIVE = []
  include Aws::Structure
end