Class: Aws::Kendra::Types::Highlight

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Provides information that you can use to highlight a search result so that your users can quickly identify terms in the response.

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)


6451
6452
6453
6454
6455
6456
6457
6458
# File 'lib/aws-sdk-kendra/types.rb', line 6451

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

#end_offsetInteger

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

Returns:

  • (Integer)


6451
6452
6453
6454
6455
6456
6457
6458
# File 'lib/aws-sdk-kendra/types.rb', line 6451

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

#top_answerBoolean

Indicates whether the response is the best response. True if this is the best response; otherwise, false.

Returns:

  • (Boolean)


6451
6452
6453
6454
6455
6456
6457
6458
# File 'lib/aws-sdk-kendra/types.rb', line 6451

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

#typeString

The highlight type.

Returns:

  • (String)


6451
6452
6453
6454
6455
6456
6457
6458
# File 'lib/aws-sdk-kendra/types.rb', line 6451

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