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.Feature
LabelImageRequest.Feature. forNumber(int value)
LabelImageRequest.Feature
LabelImageRequest.Builder. getFeature()
Required.LabelImageRequest.Feature
LabelImageRequest. getFeature()
Required.LabelImageRequest.Feature
LabelImageRequestOrBuilder. getFeature()
Required.static LabelImageRequest.Feature
LabelImageRequest.Feature. valueOf(int value)
Deprecated.static LabelImageRequest.Feature
LabelImageRequest.Feature. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LabelImageRequest.Feature
LabelImageRequest.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.Builder
LabelImageRequest.Builder. setFeature(LabelImageRequest.Feature value)
Required.
-