static GetTextDetectionResponse.Builder |
GetTextDetectionResponse.builder() |
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.jobId(String jobId) |
Job identifier for the text detection operation for which you want to obtain results.
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.jobStatus(String jobStatus) |
Current status of the text detection job.
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.jobStatus(VideoJobStatus jobStatus) |
Current status of the text detection job.
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.jobTag(String jobTag) |
A job identifier specified in the call to StartTextDetection and returned in the job completion notification
sent to your Amazon Simple Notification Service topic.
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.nextToken(String nextToken) |
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.
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.statusMessage(String statusMessage) |
If the job fails, StatusMessage provides a descriptive error message.
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.textDetections(Collection<TextDetectionResult> textDetections) |
An array of text detected in the video.
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.textDetections(Consumer<TextDetectionResult.Builder>... textDetections) |
An array of text detected in the video.
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.textDetections(TextDetectionResult... textDetections) |
An array of text detected in the video.
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.textModelVersion(String textModelVersion) |
Version number of the text detection model that was used to detect text.
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.toBuilder() |
|
default GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.video(Consumer<Video.Builder> video) |
Sets the value of the Video property for this object.
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.video(Video video) |
Sets the value of the Video property for this object.
|
default GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata) |
Sets the value of the VideoMetadata property for this object.
|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.videoMetadata(VideoMetadata videoMetadata) |
Sets the value of the VideoMetadata property for this object.
|