Class: Aws::ConnectWisdomService::Types::DocumentText
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::DocumentText
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
The text of the document.
Constant Summary collapse
- SENSITIVE =
[:text]
Instance Attribute Summary collapse
-
#highlights ⇒ Array<Types::Highlight>
Highlights in the document text.
-
#text ⇒ String
Text in the document.
Instance Attribute Details
#highlights ⇒ Array<Types::Highlight>
Highlights in the document text.
1271 1272 1273 1274 1275 1276 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1271 class DocumentText < Struct.new( :highlights, :text) SENSITIVE = [:text] include Aws::Structure end |
#text ⇒ String
Text in the document.
1271 1272 1273 1274 1275 1276 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1271 class DocumentText < Struct.new( :highlights, :text) SENSITIVE = [:text] include Aws::Structure end |