google-cloud-video_intelligence 4.0.2 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de6614464c46b8e463e3707b2ca758fa6618719cb824bbbd241f014dbb31327a
4
- data.tar.gz: b670297ce91c7e0ba75a0438d9db20d677b139723f2f0240279b758e3a728325
3
+ metadata.gz: aa2be605c3700c903629a1e92606890a382621a5cae48ed62386c4bcab68df9c
4
+ data.tar.gz: d7942e176c5f3bf58d59ef5f462d43e9a223f363119c3769b65eb9b8a49e010f
5
5
  SHA512:
6
- metadata.gz: 31ae2b37a2c0f389e3b039546bb61efa29fb05a70e7156f004faa9be365f6793b981651468a848f9bcd9f196e9cbf2455ffea295c5029d3cfba1a86f300a07d9
7
- data.tar.gz: 1be6fe4548994f0655da910a2eabab4f88426e28f8e3fa8b61f8f0f4cb3aa04891985c57bae9d77a3d34f3edd6e547556c857cb60058b356d66c18df0dff7d04
6
+ metadata.gz: e3042f0b5cdeb15f68aac1bf57042fafff3875520907ee1a5165302d2fade651939d98ad3988e6284ed877666fc5bb219ff3154571bf226d3c194dadb88703e6
7
+ data.tar.gz: 2aabdd5b3bc90043af9d7ef1020512621cec05bb1e165b0c8277763e89c12943800a2d50fa73d9dcb590620c95574c5c8b4fcf83e3af821a7238e0f62a045235
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/videointelligence.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/video_intelligence"
39
+
40
+ client = Google::Cloud::VideoIntelligence.video_intelligence_service
41
+ request = ::Google::Cloud::VideoIntelligence::V1::AnnotateVideoRequest.new # (request fields as keyword arguments...)
42
+ response = client.annotate_video request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
- VERSION = "4.0.2"
23
+ VERSION = "4.0.3"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video_intelligence
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC