public interface TextClassificationAnnotationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAnnotationSpec()
public abstract AnnotationSpec getAnnotationSpec()
Label of the text.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
Returns | |
---|---|
Type | Description |
AnnotationSpec |
The annotationSpec. |
getAnnotationSpecOrBuilder()
public abstract AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
Label of the text.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
Returns | |
---|---|
Type | Description |
AnnotationSpecOrBuilder |
hasAnnotationSpec()
public abstract boolean hasAnnotationSpec()
Label of the text.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the annotationSpec field is set. |