Skip to content

Commit

Permalink
feat: Introduce tracks and thumbnails fields for FaceDetectionAnnotat…
Browse files Browse the repository at this point in the history
…ions (#90)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2e07b4d7-dfb2-4ae0-bdea-6cc5c2642547/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 346664095
Source-Link: googleapis/googleapis@468a94a
PiperOrigin-RevId: 346138329
Source-Link: googleapis/googleapis@674ec0e
Source-Link: googleapis/synthtool@7fcc405
  • Loading branch information
yoshi-automation authored Dec 22, 2020
1 parent f1a8848 commit 5181ddd
Show file tree
Hide file tree
Showing 19 changed files with 4,393 additions and 479 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -551,10 +551,18 @@ class FaceDetectionAnnotation(proto.Message):
r"""Face detection annotation.
Attributes:
tracks (Sequence[~.video_intelligence.Track]):
The face tracks with attributes.
thumbnail (bytes):
The thumbnail of a person's face.
version (str):
Feature version.
"""

tracks = proto.RepeatedField(proto.MESSAGE, number=3, message="Track",)

thumbnail = proto.Field(proto.BYTES, number=4)

version = proto.Field(proto.STRING, number=5)


Expand Down
Loading

0 comments on commit 5181ddd

Please sign in to comment.