Uses of Interface
com.google.cloud.datalabeling.v1beta1.BoundingBoxEvaluationOptionsOrBuilder
-
Packages that use BoundingBoxEvaluationOptionsOrBuilder Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of BoundingBoxEvaluationOptionsOrBuilder in com.google.cloud.datalabeling.v1beta1
Classes in com.google.cloud.datalabeling.v1beta1 that implement BoundingBoxEvaluationOptionsOrBuilder Modifier and Type Class Description class
BoundingBoxEvaluationOptions
Options regarding evaluation between bounding boxes.static class
BoundingBoxEvaluationOptions.Builder
Options regarding evaluation between bounding boxes.Methods in com.google.cloud.datalabeling.v1beta1 that return BoundingBoxEvaluationOptionsOrBuilder Modifier and Type Method Description BoundingBoxEvaluationOptionsOrBuilder
EvaluationConfig.Builder. getBoundingBoxEvaluationOptionsOrBuilder()
Only specify this field if the related model performs image object detection (`IMAGE_BOUNDING_BOX_ANNOTATION`).BoundingBoxEvaluationOptionsOrBuilder
EvaluationConfig. getBoundingBoxEvaluationOptionsOrBuilder()
Only specify this field if the related model performs image object detection (`IMAGE_BOUNDING_BOX_ANNOTATION`).BoundingBoxEvaluationOptionsOrBuilder
EvaluationConfigOrBuilder. getBoundingBoxEvaluationOptionsOrBuilder()
Only specify this field if the related model performs image object detection (`IMAGE_BOUNDING_BOX_ANNOTATION`).
-