| Modifier and Type | Method and Description |
|---|---|
static Feature |
Feature.forNumber(int value) |
Feature |
AnnotateVideoRequest.getFeatures(int index)
Requested video annotation features.
|
Feature |
AnnotateVideoRequest.Builder.getFeatures(int index)
Requested video annotation features.
|
Feature |
AnnotateVideoRequestOrBuilder.getFeatures(int index)
Requested video annotation features.
|
static Feature |
Feature.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Feature |
Feature.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
AnnotateVideoRequest.getFeaturesList()
Requested video annotation features.
|
List<Feature> |
AnnotateVideoRequest.Builder.getFeaturesList()
Requested video annotation features.
|
List<Feature> |
AnnotateVideoRequestOrBuilder.getFeaturesList()
Requested video annotation features.
|
static com.google.protobuf.Internal.EnumLiteMap<Feature> |
Feature.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AnnotateVideoRequest.Builder |
AnnotateVideoRequest.Builder.addFeatures(Feature value)
Requested video annotation features.
|
AnnotateVideoRequest.Builder |
AnnotateVideoRequest.Builder.setFeatures(int index,
Feature value)
Requested video annotation features.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotateVideoRequest.Builder |
AnnotateVideoRequest.Builder.addAllFeatures(Iterable<? extends Feature> values)
Requested video annotation features.
|
Copyright © 2019 Google LLC. All rights reserved.