Class: Aws::QConnect::Types::CitationSpan

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

Overview

Contains information about where the text with a citation begins and ends in the generated output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset_inclusiveInteger

Where the text with a citation starts in the generated output.

Returns:

  • (Integer)


1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1415

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

#end_offset_exclusiveInteger

Where the text with a citation ends in the generated output.

Returns:

  • (Integer)


1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1415

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