Uses of Class
software.amazon.awssdk.services.rekognition.model.Label
-
Packages that use Label Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Label in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return Label Modifier and Type Method Description LabelLabelDetection. label()Details about the detected label.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type Label Modifier and Type Method Description List<Label>DetectLabelsResponse. labels()An array of labels for the real-world objects detected.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type Label Modifier and Type Method Description LabelDetection.BuilderLabelDetection.Builder. label(Label label)Details about the detected label.DetectLabelsResponse.BuilderDetectLabelsResponse.Builder. labels(Label... labels)An array of labels for the real-world objects detected.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type Label Modifier and Type Method Description DetectLabelsResponse.BuilderDetectLabelsResponse.Builder. labels(Collection<Label> labels)An array of labels for the real-world objects detected.
-