Uses of Class
com.google.cloud.automl.v1.BoundingBoxMetricsEntry
-
Packages that use BoundingBoxMetricsEntry Package Description com.google.cloud.automl.v1 A client to Cloud AutoML API -
-
Uses of BoundingBoxMetricsEntry in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return BoundingBoxMetricsEntry Modifier and Type Method Description BoundingBoxMetricsEntryBoundingBoxMetricsEntry.Builder. build()BoundingBoxMetricsEntryBoundingBoxMetricsEntry.Builder. buildPartial()BoundingBoxMetricsEntryImageObjectDetectionEvaluationMetrics.Builder. getBoundingBoxMetricsEntries(int index)Output only.BoundingBoxMetricsEntryImageObjectDetectionEvaluationMetrics. getBoundingBoxMetricsEntries(int index)Output only.BoundingBoxMetricsEntryImageObjectDetectionEvaluationMetricsOrBuilder. getBoundingBoxMetricsEntries(int index)Output only.static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. getDefaultInstance()BoundingBoxMetricsEntryBoundingBoxMetricsEntry.Builder. getDefaultInstanceForType()BoundingBoxMetricsEntryBoundingBoxMetricsEntry. getDefaultInstanceForType()static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. parseDelimitedFrom(InputStream input)static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. parseFrom(byte[] data)static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. parseFrom(com.google.protobuf.ByteString data)static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. parseFrom(com.google.protobuf.CodedInputStream input)static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. parseFrom(InputStream input)static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. parseFrom(ByteBuffer data)static BoundingBoxMetricsEntryBoundingBoxMetricsEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.automl.v1 that return types with arguments of type BoundingBoxMetricsEntry Modifier and Type Method Description List<BoundingBoxMetricsEntry>ImageObjectDetectionEvaluationMetrics.Builder. getBoundingBoxMetricsEntriesList()Output only.List<BoundingBoxMetricsEntry>ImageObjectDetectionEvaluationMetrics. getBoundingBoxMetricsEntriesList()Output only.List<BoundingBoxMetricsEntry>ImageObjectDetectionEvaluationMetricsOrBuilder. getBoundingBoxMetricsEntriesList()Output only.com.google.protobuf.Parser<BoundingBoxMetricsEntry>BoundingBoxMetricsEntry. getParserForType()static com.google.protobuf.Parser<BoundingBoxMetricsEntry>BoundingBoxMetricsEntry. parser()Methods in com.google.cloud.automl.v1 with parameters of type BoundingBoxMetricsEntry Modifier and Type Method Description ImageObjectDetectionEvaluationMetrics.BuilderImageObjectDetectionEvaluationMetrics.Builder. addBoundingBoxMetricsEntries(int index, BoundingBoxMetricsEntry value)Output only.ImageObjectDetectionEvaluationMetrics.BuilderImageObjectDetectionEvaluationMetrics.Builder. addBoundingBoxMetricsEntries(BoundingBoxMetricsEntry value)Output only.BoundingBoxMetricsEntry.BuilderBoundingBoxMetricsEntry.Builder. mergeFrom(BoundingBoxMetricsEntry other)static BoundingBoxMetricsEntry.BuilderBoundingBoxMetricsEntry. newBuilder(BoundingBoxMetricsEntry prototype)ImageObjectDetectionEvaluationMetrics.BuilderImageObjectDetectionEvaluationMetrics.Builder. setBoundingBoxMetricsEntries(int index, BoundingBoxMetricsEntry value)Output only.Method parameters in com.google.cloud.automl.v1 with type arguments of type BoundingBoxMetricsEntry Modifier and Type Method Description ImageObjectDetectionEvaluationMetrics.BuilderImageObjectDetectionEvaluationMetrics.Builder. addAllBoundingBoxMetricsEntries(Iterable<? extends BoundingBoxMetricsEntry> values)Output only.
-