Uses of Class
com.google.cloud.datalabeling.v1beta1.Annotation
-
Packages that use Annotation Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of Annotation in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return Annotation Modifier and Type Method Description AnnotationAnnotation.Builder. build()AnnotationAnnotation.Builder. buildPartial()AnnotationExample.Builder. getAnnotations(int index)Output only.AnnotationExample. getAnnotations(int index)Output only.AnnotationExampleOrBuilder. getAnnotations(int index)Output only.static AnnotationAnnotation. getDefaultInstance()AnnotationAnnotation.Builder. getDefaultInstanceForType()AnnotationAnnotation. getDefaultInstanceForType()static AnnotationAnnotation. parseDelimitedFrom(InputStream input)static AnnotationAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationAnnotation. parseFrom(byte[] data)static AnnotationAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationAnnotation. parseFrom(com.google.protobuf.ByteString data)static AnnotationAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)static AnnotationAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationAnnotation. parseFrom(InputStream input)static AnnotationAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationAnnotation. parseFrom(ByteBuffer data)static AnnotationAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>Example.Builder. getAnnotationsList()Output only.List<Annotation>Example. getAnnotationsList()Output only.List<Annotation>ExampleOrBuilder. getAnnotationsList()Output only.com.google.protobuf.Parser<Annotation>Annotation. getParserForType()static com.google.protobuf.Parser<Annotation>Annotation. parser()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type Annotation Modifier and Type Method Description Example.BuilderExample.Builder. addAnnotations(int index, Annotation value)Output only.Example.BuilderExample.Builder. addAnnotations(Annotation value)Output only.Annotation.BuilderAnnotation.Builder. mergeFrom(Annotation other)static Annotation.BuilderAnnotation. newBuilder(Annotation prototype)Example.BuilderExample.Builder. setAnnotations(int index, Annotation value)Output only.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type Annotation Modifier and Type Method Description Example.BuilderExample.Builder. addAllAnnotations(Iterable<? extends Annotation> values)Output only.
-