See: Description
| Class | Description |
|---|---|
| VideoIntelligenceServiceClient |
Service Description: Service that implements Google Cloud Video Intelligence API.
|
| VideoIntelligenceServiceSettings |
Settings class to configure an instance of
VideoIntelligenceServiceClient. |
| VideoIntelligenceServiceSettings.Builder |
Builder for VideoIntelligenceServiceSettings.
|
The interfaces provided are listed below, along with usage samples.
============================== VideoIntelligenceServiceClient ==============================
Service Description: Service that implements Google Cloud Video Intelligence API.
Sample for VideoIntelligenceServiceClient:
try (VideoIntelligenceServiceClient videoIntelligenceServiceClient = VideoIntelligenceServiceClient.create()) {
String inputUri = "";
List<Feature> features = new ArrayList<>();
VideoContext videoContext = VideoContext.newBuilder().build();
String outputUri = "";
String locationId = "";
AnnotateVideoResponse response = videoIntelligenceServiceClient.annotateVideoAsync(inputUri, features, videoContext, outputUri, locationId);
}
Copyright © 2017 Google. All rights reserved.