Uses of Class
com.google.cloud.datalabeling.v1beta1.AnnotationSource
-
Packages that use AnnotationSource Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of AnnotationSource in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return AnnotationSource Modifier and Type Method Description static AnnotationSourceAnnotationSource. forNumber(int value)AnnotationSourceAnnotatedDataset.Builder. getAnnotationSource()Output only.AnnotationSourceAnnotatedDataset. getAnnotationSource()Output only.AnnotationSourceAnnotatedDatasetOrBuilder. getAnnotationSource()Output only.AnnotationSourceAnnotation.Builder. getAnnotationSource()Output only.AnnotationSourceAnnotation. getAnnotationSource()Output only.AnnotationSourceAnnotationOrBuilder. getAnnotationSource()Output only.static AnnotationSourceAnnotationSource. valueOf(int value)Deprecated.static AnnotationSourceAnnotationSource. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AnnotationSourceAnnotationSource. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnotationSource[]AnnotationSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type AnnotationSource Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AnnotationSource>AnnotationSource. internalGetValueMap()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type AnnotationSource Modifier and Type Method Description AnnotatedDataset.BuilderAnnotatedDataset.Builder. setAnnotationSource(AnnotationSource value)Output only.Annotation.BuilderAnnotation.Builder. setAnnotationSource(AnnotationSource value)Output only.
-