Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.prediction.ImageObjectDetectionPredictionResult.Builder
Packages that use ImageObjectDetectionPredictionResult.Builder
-
Uses of ImageObjectDetectionPredictionResult.Builder in com.google.cloud.aiplatform.v1.schema.predict.prediction
Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return ImageObjectDetectionPredictionResult.BuilderModifier and TypeMethodDescriptionImageObjectDetectionPredictionResult.Builder.addAllBboxes(Iterable<? extends com.google.protobuf.ListValue> values) Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs.ImageObjectDetectionPredictionResult.Builder.addAllConfidences(Iterable<? extends Float> values) The Model's confidences in correctness of the predicted IDs, higher value means higher confidence.ImageObjectDetectionPredictionResult.Builder.addAllDisplayNames(Iterable<String> values) The display names of the AnnotationSpecs that had been identified, order matches the IDs.The resource IDs of the AnnotationSpecs that had been identified, ordered by the confidence score descendingly.ImageObjectDetectionPredictionResult.Builder.addBboxes(int index, com.google.protobuf.ListValue value) Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs.ImageObjectDetectionPredictionResult.Builder.addBboxes(int index, com.google.protobuf.ListValue.Builder builderForValue) Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs.ImageObjectDetectionPredictionResult.Builder.addBboxes(com.google.protobuf.ListValue value) Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs.ImageObjectDetectionPredictionResult.Builder.addBboxes(com.google.protobuf.ListValue.Builder builderForValue) Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs.ImageObjectDetectionPredictionResult.Builder.addConfidences(float value) The Model's confidences in correctness of the predicted IDs, higher value means higher confidence.ImageObjectDetectionPredictionResult.Builder.addDisplayNames(String value) The display names of the AnnotationSpecs that had been identified, order matches the IDs.ImageObjectDetectionPredictionResult.Builder.addDisplayNamesBytes(com.google.protobuf.ByteString value) The display names of the AnnotationSpecs that had been identified, order matches the IDs.ImageObjectDetectionPredictionResult.Builder.addIds(long value) The resource IDs of the AnnotationSpecs that had been identified, ordered by the confidence score descendingly.ImageObjectDetectionPredictionResult.Builder.clear()ImageObjectDetectionPredictionResult.Builder.clearBboxes()Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs.ImageObjectDetectionPredictionResult.Builder.clearConfidences()The Model's confidences in correctness of the predicted IDs, higher value means higher confidence.ImageObjectDetectionPredictionResult.Builder.clearDisplayNames()The display names of the AnnotationSpecs that had been identified, order matches the IDs.ImageObjectDetectionPredictionResult.Builder.clearIds()The resource IDs of the AnnotationSpecs that had been identified, ordered by the confidence score descendingly.ImageObjectDetectionPredictionResult.Builder.mergeFrom(ImageObjectDetectionPredictionResult other) ImageObjectDetectionPredictionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImageObjectDetectionPredictionResult.Builder.mergeFrom(com.google.protobuf.Message other) ImageObjectDetectionPredictionResult.newBuilder()ImageObjectDetectionPredictionResult.newBuilder(ImageObjectDetectionPredictionResult prototype) ImageObjectDetectionPredictionResult.newBuilderForType()ImageObjectDetectionPredictionResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ImageObjectDetectionPredictionResult.Builder.removeBboxes(int index) Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs.ImageObjectDetectionPredictionResult.Builder.setBboxes(int index, com.google.protobuf.ListValue value) Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs.ImageObjectDetectionPredictionResult.Builder.setBboxes(int index, com.google.protobuf.ListValue.Builder builderForValue) Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs.ImageObjectDetectionPredictionResult.Builder.setConfidences(int index, float value) The Model's confidences in correctness of the predicted IDs, higher value means higher confidence.ImageObjectDetectionPredictionResult.Builder.setDisplayNames(int index, String value) The display names of the AnnotationSpecs that had been identified, order matches the IDs.ImageObjectDetectionPredictionResult.Builder.setIds(int index, long value) The resource IDs of the AnnotationSpecs that had been identified, ordered by the confidence score descendingly.ImageObjectDetectionPredictionResult.toBuilder()