Uses of Class
com.google.cloud.videointelligence.v1p3beta1.StreamingVideoIntelligenceServiceClient
-
Packages that use StreamingVideoIntelligenceServiceClient Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of StreamingVideoIntelligenceServiceClient in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 that return StreamingVideoIntelligenceServiceClient Modifier and Type Method Description static StreamingVideoIntelligenceServiceClient
StreamingVideoIntelligenceServiceClient. create()
Constructs an instance of StreamingVideoIntelligenceServiceClient with default settings.static StreamingVideoIntelligenceServiceClient
StreamingVideoIntelligenceServiceClient. create(StreamingVideoIntelligenceServiceSettings settings)
Constructs an instance of StreamingVideoIntelligenceServiceClient, using the given settings.static StreamingVideoIntelligenceServiceClient
StreamingVideoIntelligenceServiceClient. create(StreamingVideoIntelligenceServiceStub stub)
Constructs an instance of StreamingVideoIntelligenceServiceClient, using the given stub for making calls.
-