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. Note that Timestamp is not guaranteed to be accurate to the individual frame where the text first appears.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable timestamp;

    Swift

    var timestamp: NSNumber? { get set }