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 Feature
Feature. forNumber(int value)
Feature
VideoAnnotationProgress.Builder. getFeature()
Specifies which feature is being tracked if the request contains more than one feature.Feature
VideoAnnotationProgress. getFeature()
Specifies which feature is being tracked if the request contains more than one feature.Feature
VideoAnnotationProgressOrBuilder. getFeature()
Specifies which feature is being tracked if the request contains more than one feature.Feature
AnnotateVideoRequest.Builder. getFeatures(int index)
Required.Feature
AnnotateVideoRequest. getFeatures(int index)
Required.Feature
AnnotateVideoRequestOrBuilder. getFeatures(int index)
Required.static Feature
Feature. valueOf(int value)
Deprecated.static Feature
Feature. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Feature
Feature. 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.Builder
AnnotateVideoRequest.Builder. addFeatures(Feature value)
Required.VideoAnnotationProgress.Builder
VideoAnnotationProgress.Builder. setFeature(Feature value)
Specifies which feature is being tracked if the request contains more than one feature.AnnotateVideoRequest.Builder
AnnotateVideoRequest.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.Builder
AnnotateVideoRequest.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.
-