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 AnnotationSource
AnnotationSource. forNumber(int value)
AnnotationSource
AnnotatedDataset.Builder. getAnnotationSource()
Output only.AnnotationSource
AnnotatedDataset. getAnnotationSource()
Output only.AnnotationSource
AnnotatedDatasetOrBuilder. getAnnotationSource()
Output only.AnnotationSource
Annotation.Builder. getAnnotationSource()
Output only.AnnotationSource
Annotation. getAnnotationSource()
Output only.AnnotationSource
AnnotationOrBuilder. getAnnotationSource()
Output only.static AnnotationSource
AnnotationSource. valueOf(int value)
Deprecated.static AnnotationSource
AnnotationSource. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AnnotationSource
AnnotationSource. 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.Builder
AnnotatedDataset.Builder. setAnnotationSource(AnnotationSource value)
Output only.Annotation.Builder
Annotation.Builder. setAnnotationSource(AnnotationSource value)
Output only.
-