NAME
Paws::Rekognition::GetTextDetectionResponse
ATTRIBUTES
JobStatus => Str
Current status of the text detection job.
Valid values are: "IN_PROGRESS"
, "SUCCEEDED"
, "FAILED"
=head2 NextToken => Str
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of text.
StatusMessage => Str
If the job fails, StatusMessage
provides a descriptive error message.
TextDetections => ArrayRef[Paws::Rekognition::TextDetectionResult]
An array of text detected in the video. Each element contains 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.
TextModelVersion => Str
Version number of the text detection model that was used to detect text.