Uses of Class
com.google.cloud.datalabeling.v1beta1.LabelImageRequest.Feature
-
Packages that use LabelImageRequest.Feature Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of LabelImageRequest.Feature in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return LabelImageRequest.Feature Modifier and Type Method Description static LabelImageRequest.FeatureLabelImageRequest.Feature. forNumber(int value)LabelImageRequest.FeatureLabelImageRequest.Builder. getFeature()Required.LabelImageRequest.FeatureLabelImageRequest. getFeature()Required.LabelImageRequest.FeatureLabelImageRequestOrBuilder. getFeature()Required.static LabelImageRequest.FeatureLabelImageRequest.Feature. valueOf(int value)Deprecated.static LabelImageRequest.FeatureLabelImageRequest.Feature. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LabelImageRequest.FeatureLabelImageRequest.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static LabelImageRequest.Feature[]LabelImageRequest.Feature. 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 LabelImageRequest.Feature Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LabelImageRequest.Feature>LabelImageRequest.Feature. internalGetValueMap()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type LabelImageRequest.Feature Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceClient. labelImageAsync(DatasetName parent, HumanAnnotationConfig basicConfig, LabelImageRequest.Feature feature)Starts a labeling task for image.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceClient. labelImageAsync(String parent, HumanAnnotationConfig basicConfig, LabelImageRequest.Feature feature)Starts a labeling task for image.LabelImageRequest.BuilderLabelImageRequest.Builder. setFeature(LabelImageRequest.Feature value)Required.
-