AWSComprehendListDocumentClassifiersResponse
Objective-C
@interface AWSComprehendListDocumentClassifiersResponse
Swift
class AWSComprehendListDocumentClassifiersResponse
-
A list containing the properties of each job returned.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendDocumentClassifierProperties *> *_Nullable documentClassifierPropertiesList;Swift
var documentClassifierPropertiesList: [AWSComprehendDocumentClassifierProperties]? { 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 }
View on GitHub
Install in Dash
AWSComprehendListDocumentClassifiersResponse Class Reference