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 +4 -4
- data/lib/google/cloud/video_intelligence/v1.rb +3 -0
- data/lib/google/cloud/video_intelligence/v1/version.rb +1 -1
- data/lib/google/cloud/videointelligence/v1/video_intelligence_pb.rb +2 -0
- data/proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 361b6d8d213fc0984ebd3f4df7a01a213a7bfc8655e449ec0531413198219785
|
4
|
+
data.tar.gz: eeadbbfdae9a1a1b4027a4b16c2a287529e7c0362f180b9c4228139f81470adb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c51a92191d80d777f9e62d8bd65fbfff49cdbf2f233b35d84e098bbd5e208ea8a942eccddd1f8dbdb7fe1243aefb27f8056c78633628601cbd6d31849f6e1964
|
7
|
+
data.tar.gz: b7a956274dfe8b5b31e6706f073ffdc3e52f32003ec8ca272a95ebd937f3acca8b960c62b734b74321030bd96c99d04395c60e2461e35002d0c21a10cd35a7eb
|
@@ -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.
|
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-
|
11
|
+
date: 2020-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|