Uses of Class
software.amazon.awssdk.services.rekognition.model.TextDetectionResult
-
Packages that use TextDetectionResult Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of TextDetectionResult in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type TextDetectionResult Modifier and Type Method Description List<TextDetectionResult>GetTextDetectionResponse. textDetections()An array of text detected in the video.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type TextDetectionResult Modifier and Type Method Description GetTextDetectionResponse.BuilderGetTextDetectionResponse.Builder. textDetections(TextDetectionResult... textDetections)An array of text detected in the video.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type TextDetectionResult Modifier and Type Method Description GetTextDetectionResponse.BuilderGetTextDetectionResponse.Builder. textDetections(Collection<TextDetectionResult> textDetections)An array of text detected in the video.
-