Class: Aws::Comprehend::Types::TextSegment

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#textString

The text content.

Returns:

  • (String)


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