-
Notifications
You must be signed in to change notification settings - Fork 668
Expand file tree
/
Copy pathsnippet_metadata_google.cloud.videointelligence.v1.json
More file actions
75 lines (75 loc) · 2.32 KB
/
snippet_metadata_google.cloud.videointelligence.v1.json
File metadata and controls
75 lines (75 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"clientLibrary": {
"name": "nodejs-videointelligence",
"version": "6.2.1",
"language": "TYPESCRIPT",
"apis": [
{
"id": "google.cloud.videointelligence.v1",
"version": "v1"
}
]
},
"snippets": [
{
"regionTag": "videointelligence_v1_generated_VideoIntelligenceService_AnnotateVideo_async",
"title": "videointelligence annotateVideo Sample",
"origin": "API_DEFINITION",
"description": " Performs asynchronous video annotation. Progress and results can be retrieved through the `google.longrunning.Operations` interface. `Operation.metadata` contains `AnnotateVideoProgress` (progress). `Operation.response` contains `AnnotateVideoResponse` (results).",
"canonical": true,
"file": "video_intelligence_service.annotate_video.js",
"language": "JAVASCRIPT",
"segments": [
{
"start": 25,
"end": 95,
"type": "FULL"
}
],
"clientMethod": {
"shortName": "AnnotateVideo",
"fullName": "google.cloud.videointelligence.v1.VideoIntelligenceService.AnnotateVideo",
"async": true,
"parameters": [
{
"name": "input_uri",
"type": "TYPE_STRING"
},
{
"name": "input_content",
"type": "TYPE_BYTES"
},
{
"name": "features",
"type": "TYPE_ENUM[]"
},
{
"name": "video_context",
"type": ".google.cloud.videointelligence.v1.VideoContext"
},
{
"name": "output_uri",
"type": "TYPE_STRING"
},
{
"name": "location_id",
"type": "TYPE_STRING"
}
],
"resultType": ".google.longrunning.Operation",
"client": {
"shortName": "VideoIntelligenceServiceClient",
"fullName": "google.cloud.videointelligence.v1.VideoIntelligenceServiceClient"
},
"method": {
"shortName": "AnnotateVideo",
"fullName": "google.cloud.videointelligence.v1.VideoIntelligenceService.AnnotateVideo",
"service": {
"shortName": "VideoIntelligenceService",
"fullName": "google.cloud.videointelligence.v1.VideoIntelligenceService"
}
}
}
}
]
}