| Modifier and Type | Method and Description |
|---|---|
ObjectDetectionConfig |
ObjectDetectionConfig.Builder.build() |
ObjectDetectionConfig |
ObjectDetectionConfig.Builder.buildPartial() |
static ObjectDetectionConfig |
ObjectDetectionConfig.getDefaultInstance() |
ObjectDetectionConfig |
ObjectDetectionConfig.getDefaultInstanceForType() |
ObjectDetectionConfig |
ObjectDetectionConfig.Builder.getDefaultInstanceForType() |
ObjectDetectionConfig |
AnnotatedDatasetMetadataOrBuilder.getObjectDetectionConfig()
Configuration for video object detection task.
|
ObjectDetectionConfig |
LabelVideoRequest.getObjectDetectionConfig()
Configuration for video object detection task.
|
ObjectDetectionConfig |
LabelVideoRequest.Builder.getObjectDetectionConfig()
Configuration for video object detection task.
|
ObjectDetectionConfig |
EvaluationJobConfigOrBuilder.getObjectDetectionConfig()
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
|
ObjectDetectionConfig |
AnnotatedDatasetMetadata.getObjectDetectionConfig()
Configuration for video object detection task.
|
ObjectDetectionConfig |
AnnotatedDatasetMetadata.Builder.getObjectDetectionConfig()
Configuration for video object detection task.
|
ObjectDetectionConfig |
LabelVideoRequestOrBuilder.getObjectDetectionConfig()
Configuration for video object detection task.
|
ObjectDetectionConfig |
EvaluationJobConfig.getObjectDetectionConfig()
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
|
ObjectDetectionConfig |
EvaluationJobConfig.Builder.getObjectDetectionConfig()
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
|
static ObjectDetectionConfig |
ObjectDetectionConfig.parseDelimitedFrom(InputStream input) |
static ObjectDetectionConfig |
ObjectDetectionConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectDetectionConfig |
ObjectDetectionConfig.parseFrom(byte[] data) |
static ObjectDetectionConfig |
ObjectDetectionConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectDetectionConfig |
ObjectDetectionConfig.parseFrom(ByteBuffer data) |
static ObjectDetectionConfig |
ObjectDetectionConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectDetectionConfig |
ObjectDetectionConfig.parseFrom(com.google.protobuf.ByteString data) |
static ObjectDetectionConfig |
ObjectDetectionConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectDetectionConfig |
ObjectDetectionConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static ObjectDetectionConfig |
ObjectDetectionConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectDetectionConfig |
ObjectDetectionConfig.parseFrom(InputStream input) |
static ObjectDetectionConfig |
ObjectDetectionConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ObjectDetectionConfig> |
ObjectDetectionConfig.getParserForType() |
static com.google.protobuf.Parser<ObjectDetectionConfig> |
ObjectDetectionConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
ObjectDetectionConfig.Builder |
ObjectDetectionConfig.Builder.mergeFrom(ObjectDetectionConfig other) |
LabelVideoRequest.Builder |
LabelVideoRequest.Builder.mergeObjectDetectionConfig(ObjectDetectionConfig value)
Configuration for video object detection task.
|
AnnotatedDatasetMetadata.Builder |
AnnotatedDatasetMetadata.Builder.mergeObjectDetectionConfig(ObjectDetectionConfig value)
Configuration for video object detection task.
|
EvaluationJobConfig.Builder |
EvaluationJobConfig.Builder.mergeObjectDetectionConfig(ObjectDetectionConfig value)
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
|
static ObjectDetectionConfig.Builder |
ObjectDetectionConfig.newBuilder(ObjectDetectionConfig prototype) |
LabelVideoRequest.Builder |
LabelVideoRequest.Builder.setObjectDetectionConfig(ObjectDetectionConfig value)
Configuration for video object detection task.
|
AnnotatedDatasetMetadata.Builder |
AnnotatedDatasetMetadata.Builder.setObjectDetectionConfig(ObjectDetectionConfig value)
Configuration for video object detection task.
|
EvaluationJobConfig.Builder |
EvaluationJobConfig.Builder.setObjectDetectionConfig(ObjectDetectionConfig value)
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
|
Copyright © 2019 Google LLC. All rights reserved.