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

#highlights ⇒ Array<Types::Highlight>

Highlights in the document text.

Returns:



4319
4320
4321
4322
4323
4324
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4319

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

#text ⇒ String

Text in the document.

Returns:

  • (String)


4319
4320
4321
4322
4323
4324
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4319

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