Uses of Class
software.amazon.awssdk.services.rekognition.model.Instance
-
Packages that use Instance Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Instance in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type Instance Modifier and Type Method Description List<Instance>Label. instances()IfLabelrepresents an object,Instancescontains the bounding boxes for each instance of the detected object.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type Instance Modifier and Type Method Description Label.BuilderLabel.Builder. instances(Instance... instances)IfLabelrepresents an object,Instancescontains the bounding boxes for each instance of the detected object.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type Instance Modifier and Type Method Description Label.BuilderLabel.Builder. instances(Collection<Instance> instances)IfLabelrepresents an object,Instancescontains the bounding boxes for each instance of the detected object.
-