| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static TextDetectionResult.Builder |
TextDetectionResult.builder() |
default TextDetectionResult.Builder |
TextDetectionResult.Builder.textDetection(Consumer<TextDetection.Builder> textDetection)
Details about text detected in a video.
|
TextDetectionResult.Builder |
TextDetectionResult.Builder.textDetection(TextDetection textDetection)
Details about text detected in a video.
|
TextDetectionResult.Builder |
TextDetectionResult.Builder.timestamp(Long timestamp)
The time, in milliseconds from the start of the video, that the text was detected.
|
TextDetectionResult.Builder |
TextDetectionResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TextDetectionResult.Builder> |
TextDetectionResult.serializableBuilderClass() |
Copyright © 2023. All rights reserved.