Uses of Interface
software.amazon.awssdk.services.rekognition.model.CustomLabel.Builder
-
Packages that use CustomLabel.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of CustomLabel.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return CustomLabel.Builder Modifier and Type Method Description static CustomLabel.BuilderCustomLabel. builder()CustomLabel.BuilderCustomLabel.Builder. confidence(Float confidence)The confidence that the model has in the detection of the custom label.default CustomLabel.BuilderCustomLabel.Builder. geometry(Consumer<Geometry.Builder> geometry)The location of the detected object on the image that corresponds to the custom label.CustomLabel.BuilderCustomLabel.Builder. geometry(Geometry geometry)The location of the detected object on the image that corresponds to the custom label.CustomLabel.BuilderCustomLabel.Builder. name(String name)The name of the custom label.CustomLabel.BuilderCustomLabel. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type CustomLabel.Builder Modifier and Type Method Description static Class<? extends CustomLabel.Builder>CustomLabel. serializableBuilderClass()
-