google-cloud-video_intelligence-v1 0.3.0 → 0.4.0

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: db1635bb6e368ea6d1276625f5dabb0395facab6b045831e86f30df6b5b9187f
4
- data.tar.gz: 2bd31f31ff43ceaf662157861aa27a0fa6bc69ee2639bb01a8b14bd257b3b2dd
3
+ metadata.gz: 361b6d8d213fc0984ebd3f4df7a01a213a7bfc8655e449ec0531413198219785
4
+ data.tar.gz: eeadbbfdae9a1a1b4027a4b16c2a287529e7c0362f180b9c4228139f81470adb
5
5
  SHA512:
6
- metadata.gz: ee16cfb10f35ef67cb91517a72e1d4407b7b012e5586c80a25914a3fcf541dd1a3c3aee138c19affd970087bbc11bd525664b13cee3bc5637e45f2c352a6d282
7
- data.tar.gz: d7df1c02024e882ed668773813b9f6734c63277c968c8aa3894f5157934d3fea676390bcec7d0a40ca7d53eb3e3c79d0c822d7a69b9e17e257bf5a0f70d3b521
6
+ metadata.gz: c51a92191d80d777f9e62d8bd65fbfff49cdbf2f233b35d84e098bbd5e208ea8a942eccddd1f8dbdb7fe1243aefb27f8056c78633628601cbd6d31849f6e1964
7
+ data.tar.gz: b7a956274dfe8b5b31e6706f073ffdc3e52f32003ec8ca272a95ebd937f3acca8b960c62b734b74321030bd96c99d04395c60e2461e35002d0c21a10cd35a7eb
@@ -33,3 +33,6 @@ module Google
33
33
  end
34
34
  end
35
35
  end
36
+
37
+ helper_path = ::File.join __dir__, "v1", "_helpers.rb"
38
+ require "google/cloud/video_intelligence/v1/_helpers" if ::File.file? helper_path
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -100,6 +100,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
100
100
  optional :bottom, :float, 4
101
101
  end
102
102
  add_message "google.cloud.videointelligence.v1.FaceDetectionAnnotation" do
103
+ repeated :tracks, :message, 3, "google.cloud.videointelligence.v1.Track"
104
+ optional :thumbnail, :bytes, 4
103
105
  optional :version, :string, 5
104
106
  end
105
107
  add_message "google.cloud.videointelligence.v1.PersonDetectionAnnotation" do
@@ -355,6 +355,12 @@ module Google
355
355
  end
356
356
 
357
357
  # Face detection annotation.
358
+ # @!attribute [rw] tracks
359
+ # @return [::Array<::Google::Cloud::VideoIntelligence::V1::Track>]
360
+ # The face tracks with attributes.
361
+ # @!attribute [rw] thumbnail
362
+ # @return [::String]
363
+ # The thumbnail of a person's face.
358
364
  # @!attribute [rw] version
359
365
  # @return [::String]
360
366
  # Feature version.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video_intelligence-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-30 00:00:00.000000000 Z
11
+ date: 2020-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common