GetTextDetectionResponse class

Constructors

GetTextDetectionResponse({VideoJobStatus? jobStatus, String? nextToken, String? statusMessage, List<TextDetectionResult>? textDetections, String? textModelVersion, VideoMetadata? videoMetadata})
GetTextDetectionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
jobStatus VideoJobStatus?
Current status of the text detection job.
final
nextToken String?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusMessage String?
If the job fails, StatusMessage provides a descriptive error message.
final
textDetections List<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.
final
textModelVersion String?
Version number of the text detection model that was used to detect text.
final
videoMetadata VideoMetadata?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited