AWSComprehendListEntityRecognizerSummariesRequest
Objective-C
@interface AWSComprehendListEntityRecognizerSummariesRequest
Swift
class AWSComprehendListEntityRecognizerSummariesRequest
-
The maximum number of results to return on each page. The default is 100.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
Identifies the next page of results to return.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }