public interface LabelImageRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HumanAnnotationConfig |
getBasicConfig()
Required.
|
HumanAnnotationConfigOrBuilder |
getBasicConfigOrBuilder()
Required.
|
BoundingPolyConfig |
getBoundingPolyConfig()
Configuration for bounding box and bounding poly task.
|
BoundingPolyConfigOrBuilder |
getBoundingPolyConfigOrBuilder()
Configuration for bounding box and bounding poly task.
|
LabelImageRequest.Feature |
getFeature()
Required.
|
int |
getFeatureValue()
Required.
|
ImageClassificationConfig |
getImageClassificationConfig()
Configuration for image classification task.
|
ImageClassificationConfigOrBuilder |
getImageClassificationConfigOrBuilder()
Configuration for image classification task.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
PolylineConfig |
getPolylineConfig()
Configuration for polyline task.
|
PolylineConfigOrBuilder |
getPolylineConfigOrBuilder()
Configuration for polyline task.
|
LabelImageRequest.RequestConfigCase |
getRequestConfigCase() |
SegmentationConfig |
getSegmentationConfig()
Configuration for segmentation task.
|
SegmentationConfigOrBuilder |
getSegmentationConfigOrBuilder()
Configuration for segmentation task.
|
boolean |
hasBasicConfig()
Required.
|
boolean |
hasBoundingPolyConfig()
Configuration for bounding box and bounding poly task.
|
boolean |
hasImageClassificationConfig()
Configuration for image classification task.
|
boolean |
hasPolylineConfig()
Configuration for polyline task.
|
boolean |
hasSegmentationConfig()
Configuration for segmentation task.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasImageClassificationConfig()
Configuration for image classification task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config is required.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 4;
ImageClassificationConfig getImageClassificationConfig()
Configuration for image classification task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config is required.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 4;
ImageClassificationConfigOrBuilder getImageClassificationConfigOrBuilder()
Configuration for image classification task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config is required.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 4;
boolean hasBoundingPolyConfig()
Configuration for bounding box and bounding poly task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config is required.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 5;BoundingPolyConfig getBoundingPolyConfig()
Configuration for bounding box and bounding poly task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config is required.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 5;BoundingPolyConfigOrBuilder getBoundingPolyConfigOrBuilder()
Configuration for bounding box and bounding poly task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config is required.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 5;boolean hasPolylineConfig()
Configuration for polyline task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config is required.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 6;PolylineConfig getPolylineConfig()
Configuration for polyline task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config is required.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 6;PolylineConfigOrBuilder getPolylineConfigOrBuilder()
Configuration for polyline task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config is required.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 6;boolean hasSegmentationConfig()
Configuration for segmentation task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config is required.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 7;SegmentationConfig getSegmentationConfig()
Configuration for segmentation task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config is required.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 7;SegmentationConfigOrBuilder getSegmentationConfigOrBuilder()
Configuration for segmentation task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config is required.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 7;String getParent()
Required. Name of the dataset to request labeling task, format:
projects/{project_id}/datasets/{dataset_id}
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. Name of the dataset to request labeling task, format:
projects/{project_id}/datasets/{dataset_id}
string parent = 1;boolean hasBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2;HumanAnnotationConfig getBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2;HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2;int getFeatureValue()
Required. The type of image labeling task.
.google.cloud.datalabeling.v1beta1.LabelImageRequest.Feature feature = 3;LabelImageRequest.Feature getFeature()
Required. The type of image labeling task.
.google.cloud.datalabeling.v1beta1.LabelImageRequest.Feature feature = 3;LabelImageRequest.RequestConfigCase getRequestConfigCase()
Copyright © 2019 Google LLC. All rights reserved.