- 2.83.0 (latest)
- 2.82.0
- 2.81.0
- 2.80.0
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.18
- 2.2.3
- 2.1.23
public static final class VideoObjectTrackingEvaluationMetrics.Builder extends GeneratedMessage.Builder<VideoObjectTrackingEvaluationMetrics.Builder> implements VideoObjectTrackingEvaluationMetricsOrBuilderModel evaluation metrics for video object tracking problems. Evaluates prediction quality of both labeled bounding boxes and labeled tracks (i.e. series of bounding boxes sharing same label and instance ID).
Protobuf type google.cloud.automl.v1beta1.VideoObjectTrackingEvaluationMetrics
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > VideoObjectTrackingEvaluationMetrics.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllBoundingBoxMetricsEntries(Iterable<? extends BoundingBoxMetricsEntry> values)
public VideoObjectTrackingEvaluationMetrics.Builder addAllBoundingBoxMetricsEntries(Iterable<? extends BoundingBoxMetricsEntry> values)Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.automl.v1beta1.BoundingBoxMetricsEntry> |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
addBoundingBoxMetricsEntries(BoundingBoxMetricsEntry value)
public VideoObjectTrackingEvaluationMetrics.Builder addBoundingBoxMetricsEntries(BoundingBoxMetricsEntry value)Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
BoundingBoxMetricsEntry |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
addBoundingBoxMetricsEntries(BoundingBoxMetricsEntry.Builder builderForValue)
public VideoObjectTrackingEvaluationMetrics.Builder addBoundingBoxMetricsEntries(BoundingBoxMetricsEntry.Builder builderForValue)Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BoundingBoxMetricsEntry.Builder |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
addBoundingBoxMetricsEntries(int index, BoundingBoxMetricsEntry value)
public VideoObjectTrackingEvaluationMetrics.Builder addBoundingBoxMetricsEntries(int index, BoundingBoxMetricsEntry value)Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
BoundingBoxMetricsEntry |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
addBoundingBoxMetricsEntries(int index, BoundingBoxMetricsEntry.Builder builderForValue)
public VideoObjectTrackingEvaluationMetrics.Builder addBoundingBoxMetricsEntries(int index, BoundingBoxMetricsEntry.Builder builderForValue)Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
BoundingBoxMetricsEntry.Builder |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
addBoundingBoxMetricsEntriesBuilder()
public BoundingBoxMetricsEntry.Builder addBoundingBoxMetricsEntriesBuilder()Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Returns | |
|---|---|
| Type | Description |
BoundingBoxMetricsEntry.Builder |
|
addBoundingBoxMetricsEntriesBuilder(int index)
public BoundingBoxMetricsEntry.Builder addBoundingBoxMetricsEntriesBuilder(int index)Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BoundingBoxMetricsEntry.Builder |
|
build()
public VideoObjectTrackingEvaluationMetrics build()| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics |
|
buildPartial()
public VideoObjectTrackingEvaluationMetrics buildPartial()| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics |
|
clear()
public VideoObjectTrackingEvaluationMetrics.Builder clear()| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
clearBoundingBoxMeanAveragePrecision()
public VideoObjectTrackingEvaluationMetrics.Builder clearBoundingBoxMeanAveragePrecision()Output only. The single metric for bounding boxes evaluation: the mean_average_precision averaged over all bounding_box_metrics_entries.
float bounding_box_mean_average_precision = 6;
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
This builder for chaining. |
clearBoundingBoxMetricsEntries()
public VideoObjectTrackingEvaluationMetrics.Builder clearBoundingBoxMetricsEntries()Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
clearEvaluatedBoundingBoxCount()
public VideoObjectTrackingEvaluationMetrics.Builder clearEvaluatedBoundingBoxCount()Output only. The total number of bounding boxes (i.e. summed over all frames) the ground truth used to create this evaluation had.
int32 evaluated_bounding_box_count = 2;
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
This builder for chaining. |
clearEvaluatedFrameCount()
public VideoObjectTrackingEvaluationMetrics.Builder clearEvaluatedFrameCount()Output only. The number of video frames used to create this evaluation.
int32 evaluated_frame_count = 1;
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
This builder for chaining. |
getBoundingBoxMeanAveragePrecision()
public float getBoundingBoxMeanAveragePrecision()Output only. The single metric for bounding boxes evaluation: the mean_average_precision averaged over all bounding_box_metrics_entries.
float bounding_box_mean_average_precision = 6;
| Returns | |
|---|---|
| Type | Description |
float |
The boundingBoxMeanAveragePrecision. |
getBoundingBoxMetricsEntries(int index)
public BoundingBoxMetricsEntry getBoundingBoxMetricsEntries(int index)Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BoundingBoxMetricsEntry |
|
getBoundingBoxMetricsEntriesBuilder(int index)
public BoundingBoxMetricsEntry.Builder getBoundingBoxMetricsEntriesBuilder(int index)Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BoundingBoxMetricsEntry.Builder |
|
getBoundingBoxMetricsEntriesBuilderList()
public List<BoundingBoxMetricsEntry.Builder> getBoundingBoxMetricsEntriesBuilderList()Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getBoundingBoxMetricsEntriesCount()
public int getBoundingBoxMetricsEntriesCount()Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBoundingBoxMetricsEntriesList()
public List<BoundingBoxMetricsEntry> getBoundingBoxMetricsEntriesList()Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Returns | |
|---|---|
| Type | Description |
List<BoundingBoxMetricsEntry> |
|
getBoundingBoxMetricsEntriesOrBuilder(int index)
public BoundingBoxMetricsEntryOrBuilder getBoundingBoxMetricsEntriesOrBuilder(int index)Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BoundingBoxMetricsEntryOrBuilder |
|
getBoundingBoxMetricsEntriesOrBuilderList()
public List<? extends BoundingBoxMetricsEntryOrBuilder> getBoundingBoxMetricsEntriesOrBuilderList()Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.automl.v1beta1.BoundingBoxMetricsEntryOrBuilder> |
|
getDefaultInstanceForType()
public VideoObjectTrackingEvaluationMetrics getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEvaluatedBoundingBoxCount()
public int getEvaluatedBoundingBoxCount()Output only. The total number of bounding boxes (i.e. summed over all frames) the ground truth used to create this evaluation had.
int32 evaluated_bounding_box_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The evaluatedBoundingBoxCount. |
getEvaluatedFrameCount()
public int getEvaluatedFrameCount()Output only. The number of video frames used to create this evaluation.
int32 evaluated_frame_count = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The evaluatedFrameCount. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(VideoObjectTrackingEvaluationMetrics other)
public VideoObjectTrackingEvaluationMetrics.Builder mergeFrom(VideoObjectTrackingEvaluationMetrics other)| Parameter | |
|---|---|
| Name | Description |
other |
VideoObjectTrackingEvaluationMetrics |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VideoObjectTrackingEvaluationMetrics.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public VideoObjectTrackingEvaluationMetrics.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
removeBoundingBoxMetricsEntries(int index)
public VideoObjectTrackingEvaluationMetrics.Builder removeBoundingBoxMetricsEntries(int index)Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
setBoundingBoxMeanAveragePrecision(float value)
public VideoObjectTrackingEvaluationMetrics.Builder setBoundingBoxMeanAveragePrecision(float value)Output only. The single metric for bounding boxes evaluation: the mean_average_precision averaged over all bounding_box_metrics_entries.
float bounding_box_mean_average_precision = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe boundingBoxMeanAveragePrecision to set. |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
This builder for chaining. |
setBoundingBoxMetricsEntries(int index, BoundingBoxMetricsEntry value)
public VideoObjectTrackingEvaluationMetrics.Builder setBoundingBoxMetricsEntries(int index, BoundingBoxMetricsEntry value)Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
BoundingBoxMetricsEntry |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
setBoundingBoxMetricsEntries(int index, BoundingBoxMetricsEntry.Builder builderForValue)
public VideoObjectTrackingEvaluationMetrics.Builder setBoundingBoxMetricsEntries(int index, BoundingBoxMetricsEntry.Builder builderForValue)Output only. The bounding boxes match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
repeated .google.cloud.automl.v1beta1.BoundingBoxMetricsEntry bounding_box_metrics_entries = 4;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
BoundingBoxMetricsEntry.Builder |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
|
setEvaluatedBoundingBoxCount(int value)
public VideoObjectTrackingEvaluationMetrics.Builder setEvaluatedBoundingBoxCount(int value)Output only. The total number of bounding boxes (i.e. summed over all frames) the ground truth used to create this evaluation had.
int32 evaluated_bounding_box_count = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe evaluatedBoundingBoxCount to set. |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
This builder for chaining. |
setEvaluatedFrameCount(int value)
public VideoObjectTrackingEvaluationMetrics.Builder setEvaluatedFrameCount(int value)Output only. The number of video frames used to create this evaluation.
int32 evaluated_frame_count = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe evaluatedFrameCount to set. |
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingEvaluationMetrics.Builder |
This builder for chaining. |