| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static GetTextDetectionResponse.Builder |
GetTextDetectionResponse.builder() |
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.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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetTextDetectionResponse.Builder> |
GetTextDetectionResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.