AWSRekognitionStartTextDetectionResponse
Objective-C
@interface AWSRekognitionStartTextDetectionResponse
Swift
class AWSRekognitionStartTextDetectionResponse
-
Identifier for the text detection job. Use
JobIdto identify the job in a subsequent call toGetTextDetection.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;Swift
var jobId: String? { get set }
View on GitHub
Install in Dash
AWSRekognitionStartTextDetectionResponse Class Reference