Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

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 committed Dec 22, 2020
1 parent 3cf0477 commit e4bbbad
Show file tree
Hide file tree
Showing 19 changed files with 4,393 additions and 479 deletions.
906 changes: 906 additions & 0 deletions google/cloud/videointelligence_v1/proto/video_intelligence.proto

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions google/cloud/videointelligence_v1/types/video_intelligence.py
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

0 comments on commit e4bbbad

Please sign in to comment.