Class: Aws::QConnect::Types::DocumentText

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

Overview

The text of the document.

Constant Summary collapse

SENSITIVE =
[:text]

Instance Attribute Summary collapse

Instance Attribute Details

#highlightsArray<Types::Highlight>

Highlights in the document text.

Returns:



1661
1662
1663
1664
1665
1666
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1661

class DocumentText < Struct.new(
  :highlights,
  :text)
  SENSITIVE = [:text]
  include Aws::Structure
end

#textString

Text in the document.

Returns:

  • (String)


1661
1662
1663
1664
1665
1666
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1661

class DocumentText < Struct.new(
  :highlights,
  :text)
  SENSITIVE = [:text]
  include Aws::Structure
end