Uses of Class
com.google.cloud.videointelligence.v1p3beta1.StreamingFeature
-
Packages that use StreamingFeature Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of StreamingFeature in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 that return StreamingFeature Modifier and Type Method Description static StreamingFeature
StreamingFeature. forNumber(int value)
StreamingFeature
StreamingVideoConfig.Builder. getFeature()
Requested annotation feature.StreamingFeature
StreamingVideoConfig. getFeature()
Requested annotation feature.StreamingFeature
StreamingVideoConfigOrBuilder. getFeature()
Requested annotation feature.static StreamingFeature
StreamingFeature. valueOf(int value)
Deprecated.static StreamingFeature
StreamingFeature. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static StreamingFeature
StreamingFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamingFeature[]
StreamingFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type StreamingFeature Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<StreamingFeature>
StreamingFeature. internalGetValueMap()
Methods in com.google.cloud.videointelligence.v1p3beta1 with parameters of type StreamingFeature Modifier and Type Method Description StreamingVideoConfig.Builder
StreamingVideoConfig.Builder. setFeature(StreamingFeature value)
Requested annotation feature.
-