public interface LabelImageOrientedBoundingBoxOperationMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBasicConfig()
public abstract HumanAnnotationConfig getBasicConfig()
Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
Returns | |
---|---|
Type | Description |
HumanAnnotationConfig |
The basicConfig. |
getBasicConfigOrBuilder()
public abstract HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
Returns | |
---|---|
Type | Description |
HumanAnnotationConfigOrBuilder |
hasBasicConfig()
public abstract boolean hasBasicConfig()
Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the basicConfig field is set. |