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