Class: Aws::QConnect::Types::Highlight

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


1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1870

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)


1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1870

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