AWSRekognitionDetectTextResponse
Objective-C
@interface AWSRekognitionDetectTextResponse
Swift
class AWSRekognitionDetectTextResponse
-
An array of text that was detected in the input image.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionTextDetection *> *_Nullable textDetections;
Swift
var textDetections: [AWSRekognitionTextDetection]? { get set }
-
The model version used to detect text.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable textModelVersion;
Swift
var textModelVersion: String? { get set }