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