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