Uses of Class
com.google.cloud.videointelligence.v1.Feature
-
Packages that use Feature Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of Feature in com.google.cloud.videointelligence.v1
Methods in com.google.cloud.videointelligence.v1 that return Feature Modifier and Type Method Description static FeatureFeature. forNumber(int value)FeatureVideoAnnotationProgress.Builder. getFeature()Specifies which feature is being tracked if the request contains more than one feature.FeatureVideoAnnotationProgress. getFeature()Specifies which feature is being tracked if the request contains more than one feature.FeatureVideoAnnotationProgressOrBuilder. getFeature()Specifies which feature is being tracked if the request contains more than one feature.FeatureAnnotateVideoRequest.Builder. getFeatures(int index)Required.FeatureAnnotateVideoRequest. getFeatures(int index)Required.FeatureAnnotateVideoRequestOrBuilder. getFeatures(int index)Required.static FeatureFeature. valueOf(int value)Deprecated.static FeatureFeature. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FeatureFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static Feature[]Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type Feature Modifier and Type Method Description List<Feature>AnnotateVideoRequest.Builder. getFeaturesList()Required.List<Feature>AnnotateVideoRequest. getFeaturesList()Required.List<Feature>AnnotateVideoRequestOrBuilder. getFeaturesList()Required.static com.google.protobuf.Internal.EnumLiteMap<Feature>Feature. internalGetValueMap()Methods in com.google.cloud.videointelligence.v1 with parameters of type Feature Modifier and Type Method Description AnnotateVideoRequest.BuilderAnnotateVideoRequest.Builder. addFeatures(Feature value)Required.VideoAnnotationProgress.BuilderVideoAnnotationProgress.Builder. setFeature(Feature value)Specifies which feature is being tracked if the request contains more than one feature.AnnotateVideoRequest.BuilderAnnotateVideoRequest.Builder. setFeatures(int index, Feature value)Required.Method parameters in com.google.cloud.videointelligence.v1 with type arguments of type Feature Modifier and Type Method Description AnnotateVideoRequest.BuilderAnnotateVideoRequest.Builder. addAllFeatures(Iterable<? extends Feature> values)Required.com.google.api.gax.longrunning.OperationFuture<AnnotateVideoResponse,AnnotateVideoProgress>VideoIntelligenceServiceClient. annotateVideoAsync(String inputUri, List<Feature> features)Performs asynchronous video annotation.
-