Uses of Interface
software.amazon.awssdk.services.rekognition.model.DetectTextResponse.Builder
-
Packages that use DetectTextResponse.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DetectTextResponse.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DetectTextResponse.Builder Modifier and Type Method Description static DetectTextResponse.BuilderDetectTextResponse. builder()DetectTextResponse.BuilderDetectTextResponse.Builder. textDetections(Collection<TextDetection> textDetections)An array of text that was detected in the input image.DetectTextResponse.BuilderDetectTextResponse.Builder. textDetections(Consumer<TextDetection.Builder>... textDetections)An array of text that was detected in the input image.DetectTextResponse.BuilderDetectTextResponse.Builder. textDetections(TextDetection... textDetections)An array of text that was detected in the input image.DetectTextResponse.BuilderDetectTextResponse.Builder. textModelVersion(String textModelVersion)The model version used to detect text.DetectTextResponse.BuilderDetectTextResponse. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type DetectTextResponse.Builder Modifier and Type Method Description static Class<? extends DetectTextResponse.Builder>DetectTextResponse. serializableBuilderClass()
-