AWSComprehendBatchDetectSyntaxItemResult
Objective-C
@interface AWSComprehendBatchDetectSyntaxItemResult
Swift
class AWSComprehendBatchDetectSyntaxItemResult
The result of calling the operation. The operation returns one object that is successfully processed by the operation.
-
The zero-based index of the document in the input list.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable index;
Swift
var index: NSNumber? { get set }
-
The syntax tokens for the words in the document, one token for each word.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendSyntaxToken *> *_Nullable syntaxTokens;
Swift
var syntaxTokens: [AWSComprehendSyntaxToken]? { get set }