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

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


10122
10123
10124
10125
10126
10127
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10122

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)


10122
10123
10124
10125
10126
10127
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10122

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