AWSComprehendTextSegment

Objective-C

@interface AWSComprehendTextSegment

Swift

class AWSComprehendTextSegment

One of the of text strings. Each string has a size limit of 1KB.

Required parameters: [Text]

  • The text content.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable text;

    Swift

    var text: String? { get set }