@Generated(value="by gapic-generator-java")
See: Description
| Class | Description |
|---|---|
| VideoIntelligenceServiceClient |
Service Description: Service that implements the Video Intelligence API.
|
| VideoIntelligenceServiceSettings |
Settings class to configure an instance of
VideoIntelligenceServiceClient. |
| VideoIntelligenceServiceSettings.Builder |
Builder for VideoIntelligenceServiceSettings.
|
======================= VideoIntelligenceServiceClient =======================
Service Description: Service that implements the Video Intelligence API.
Sample for VideoIntelligenceServiceClient:
try (VideoIntelligenceServiceClient videoIntelligenceServiceClient =
VideoIntelligenceServiceClient.create()) {
String inputUri = "inputUri470706498";
List<Feature> features = new ArrayList<>();
AnnotateVideoResponse response =
videoIntelligenceServiceClient.annotateVideoAsync(inputUri, features).get();
}
Copyright © 2021 Google LLC. All rights reserved.