Interface ImageClassificationAnnotationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImageClassificationAnnotation
,ImageClassificationAnnotation.Builder
public interface ImageClassificationAnnotationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationSpec
getAnnotationSpec()
Label of image.AnnotationSpecOrBuilder
getAnnotationSpecOrBuilder()
Label of image.boolean
hasAnnotationSpec()
Label of image.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAnnotationSpec
boolean hasAnnotationSpec()
Label of image.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
- Returns:
- Whether the annotationSpec field is set.
-
getAnnotationSpec
AnnotationSpec getAnnotationSpec()
Label of image.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
- Returns:
- The annotationSpec.
-
getAnnotationSpecOrBuilder
AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
Label of image.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
-
-