Class: Aws::ConnectWisdomService::Types::Highlight

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb

Overview

Offset specification to describe highlighting of document excerpts for rendering search results and recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset_inclusiveInteger

The offset for the start of the highlight.

Returns:

  • (Integer)


1668
1669
1670
1671
1672
1673
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1668

class Highlight < Struct.new(
  :begin_offset_inclusive,
  :end_offset_exclusive)
  SENSITIVE = []
  include Aws::Structure
end

#end_offset_exclusiveInteger

The offset for the end of the highlight.

Returns:

  • (Integer)


1668
1669
1670
1671
1672
1673
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1668

class Highlight < Struct.new(
  :begin_offset_inclusive,
  :end_offset_exclusive)
  SENSITIVE = []
  include Aws::Structure
end