Uses of Class
software.amazon.awssdk.services.rekognition.model.TextDetection
-
Packages that use TextDetection Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of TextDetection in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return TextDetection Modifier and Type Method Description TextDetectionTextDetectionResult. textDetection()Details about text detected in a video.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type TextDetection Modifier and Type Method Description List<TextDetection>DetectTextResponse. textDetections()An array of text that was detected in the input image.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type TextDetection Modifier and Type Method Description TextDetectionResult.BuilderTextDetectionResult.Builder. textDetection(TextDetection textDetection)Details about text detected in a video.DetectTextResponse.BuilderDetectTextResponse.Builder. textDetections(TextDetection... textDetections)An array of text that was detected in the input image.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type TextDetection Modifier and Type Method Description DetectTextResponse.BuilderDetectTextResponse.Builder. textDetections(Collection<TextDetection> textDetections)An array of text that was detected in the input image.
-