Uses of Interface
software.amazon.awssdk.services.rekognition.model.Instance.Builder
-
Packages that use Instance.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Instance.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return Instance.Builder Modifier and Type Method Description default Instance.BuilderInstance.Builder. boundingBox(Consumer<BoundingBox.Builder> boundingBox)The position of the label instance on the image.Instance.BuilderInstance.Builder. boundingBox(BoundingBox boundingBox)The position of the label instance on the image.static Instance.BuilderInstance. builder()Instance.BuilderInstance.Builder. confidence(Float confidence)The confidence that Amazon Rekognition has in the accuracy of the bounding box.Instance.BuilderInstance.Builder. dominantColors(Collection<DominantColor> dominantColors)The dominant colors found in an individual instance of a label.Instance.BuilderInstance.Builder. dominantColors(Consumer<DominantColor.Builder>... dominantColors)The dominant colors found in an individual instance of a label.Instance.BuilderInstance.Builder. dominantColors(DominantColor... dominantColors)The dominant colors found in an individual instance of a label.Instance.BuilderInstance. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type Instance.Builder Modifier and Type Method Description static Class<? extends Instance.Builder>Instance. serializableBuilderClass()
-