Class: Aws::Comprehend::Types::TextSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::TextSegment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
One of the of text strings. Each string has a size limit of 1KB.
Constant Summary collapse
- SENSITIVE =
[:text]
Instance Attribute Summary collapse
-
#text ⇒ String
The text content.
Instance Attribute Details
#text ⇒ String
The text content.
8468 8469 8470 8471 8472 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8468 class TextSegment < Struct.new( :text) SENSITIVE = [:text] include Aws::Structure end |