AWSComprehendDetectSyntaxResponse

Objective-C

@interface AWSComprehendDetectSyntaxResponse

Swift

class AWSComprehendDetectSyntaxResponse
  • A collection of syntax tokens describing the text. For each token, the response provides the text, the token type, where the text begins and ends, and the level of confidence that Amazon Comprehend has that the token is correct. For a list of token types, see Syntax in the Comprehend Developer Guide.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSComprehendSyntaxToken *> *_Nullable syntaxTokens;

    Swift

    var syntaxTokens: [AWSComprehendSyntaxToken]? { get set }