| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<TextDetectionResult> |
GetTextDetectionResponse.textDetections()
An array of text detected in the video.
|
| Modifier and Type | Method and Description |
|---|---|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.textDetections(TextDetectionResult... textDetections)
An array of text detected in the video.
|
| Modifier and Type | Method and Description |
|---|---|
GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.textDetections(Collection<TextDetectionResult> textDetections)
An array of text detected in the video.
|
Copyright © 2022. All rights reserved.