Uses of Class
com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoRequest.StreamingRequestCase
-
Packages that use StreamingAnnotateVideoRequest.StreamingRequestCase Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of StreamingAnnotateVideoRequest.StreamingRequestCase in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 that return StreamingAnnotateVideoRequest.StreamingRequestCase Modifier and Type Method Description static StreamingAnnotateVideoRequest.StreamingRequestCase
StreamingAnnotateVideoRequest.StreamingRequestCase. forNumber(int value)
StreamingAnnotateVideoRequest.StreamingRequestCase
StreamingAnnotateVideoRequest.Builder. getStreamingRequestCase()
StreamingAnnotateVideoRequest.StreamingRequestCase
StreamingAnnotateVideoRequest. getStreamingRequestCase()
StreamingAnnotateVideoRequest.StreamingRequestCase
StreamingAnnotateVideoRequestOrBuilder. getStreamingRequestCase()
static StreamingAnnotateVideoRequest.StreamingRequestCase
StreamingAnnotateVideoRequest.StreamingRequestCase. valueOf(int value)
Deprecated.static StreamingAnnotateVideoRequest.StreamingRequestCase
StreamingAnnotateVideoRequest.StreamingRequestCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamingAnnotateVideoRequest.StreamingRequestCase[]
StreamingAnnotateVideoRequest.StreamingRequestCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-