You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::TextDetectionResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#text_detectionTypes::TextDetection

Details about text detected in a video.

Returns:

#timestampInteger

The time, in milliseconds from the start of the video, that the text was detected.

Returns:

  • (Integer)

    The time, in milliseconds from the start of the video, that the text was detected.