Uses of Class
com.google.cloud.videointelligence.v1beta2.Feature
-
Packages that use Feature Package Description com.google.cloud.videointelligence.v1beta2 A client to Google Cloud Video Intelligence API -
-
Uses of Feature in com.google.cloud.videointelligence.v1beta2
Methods in com.google.cloud.videointelligence.v1beta2 that return Feature Modifier and Type Method Description static FeatureFeature. forNumber(int value)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.v1beta2 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.v1beta2 with parameters of type Feature Modifier and Type Method Description AnnotateVideoRequest.BuilderAnnotateVideoRequest.Builder. addFeatures(Feature value)Required.AnnotateVideoRequest.BuilderAnnotateVideoRequest.Builder. setFeatures(int index, Feature value)Required.Method parameters in com.google.cloud.videointelligence.v1beta2 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.
-