AWSRekognitionTextDetectionResult
Objective-C
@interface AWSRekognitionTextDetectionResult
Swift
class AWSRekognitionTextDetectionResult
Information about text detected in a video. Incudes the detected text, the time in milliseconds from the start of the video that the text was detected, and where it was detected on the screen.
-
Details about text detected in a video.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionTextDetection *_Nullable textDetection;
Swift
var textDetection: AWSRekognitionTextDetection? { get set }
-
The time, in milliseconds from the start of the video, that the text was detected.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable timestamp;
Swift
var timestamp: NSNumber? { get set }