This repository was archived by the owner on Feb 13, 2024. It is now read-only.
feat(v1): add LEFT_CHEEK_CENTER and RIGHT_CHEEK_CENTER to FaceAnnotation#103
Merged
busunkim96 merged 11 commits intomasterfrom Feb 11, 2021
Merged
feat(v1): add LEFT_CHEEK_CENTER and RIGHT_CHEEK_CENTER to FaceAnnotation#103busunkim96 merged 11 commits intomasterfrom
LEFT_CHEEK_CENTER and RIGHT_CHEEK_CENTER to FaceAnnotation#103busunkim96 merged 11 commits intomasterfrom
Conversation
autosynth cannot find the source of changes triggered by earlier changes in this
repository, or by version upgrades to tools such as linters.
PiperOrigin-RevId: 347055288 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Dec 11 12:44:37 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: dd372aa22ded7a8ba6f0e03a80e06358a3fa0907 Source-Link: googleapis/googleapis@dd372aa
feat: add 'from_service_account_info' factory to clients fix: fix sphinx identifiers PiperOrigin-RevId: 350246057 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Jan 5 16:44:11 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 520682435235d9c503983a360a2090025aa47cd1 Source-Link: googleapis/googleapis@5206824
Clients should now be able to use the v1 API in addition to the v1beta2 API. PiperOrigin-RevId: 351871554 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Jan 14 13:58:57 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: add7e03ec4fff3491f6d3c007a36bcdf90408577 Source-Link: googleapis/googleapis@add7e03
PiperOrigin-RevId: 352816749 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Jan 20 10:06:23 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: ceaaf31b3d13badab7cf9d3b570f5639db5593d9 Source-Link: googleapis/googleapis@ceaaf31
PiperOrigin-RevId: 354996675 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Feb 1 12:11:49 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 20712b8fe95001b312f62c6c5f33e3e3ec92cfaf Source-Link: googleapis/googleapis@20712b8
…e API and minor proto updates. PiperOrigin-RevId: 355218181 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Feb 2 11:53:01 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 2f8d204b9bc1126439565e25a456eaf6435f38f4 Source-Link: googleapis/googleapis@2f8d204
…peakerid Committer: @miraleung PiperOrigin-RevId: 355238153 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Feb 2 13:21:18 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: acdf818e86e1b67512f2f6c86d37b7e7ff67e212 Source-Link: googleapis/googleapis@acdf818
PiperOrigin-RevId: 355923884 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Feb 5 14:04:52 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 5e3dacee19405529b841b53797df799c2383536c Source-Link: googleapis/googleapis@5e3dace
PiperOrigin-RevId: 356556588 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Feb 9 11:55:06 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 9b95bf0e95501ec98537e0d2d9d36bb763ebd5b9 Source-Link: googleapis/googleapis@9b95bf0
… updates in wording PiperOrigin-RevId: 356624136 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Feb 9 16:52:56 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: e28aa8570dc86136fe677202c976f4ee00d77f61 Source-Link: googleapis/googleapis@e28aa85
LEFT_CHEEK_CENTER and RIGHT_CHEEK_CENTER to FaceAnnotation
busunkim96
approved these changes
Feb 11, 2021
Contributor
|
Failure is in |
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Feb 11, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [2.2.0](https://www.github.com/googleapis/python-vision/compare/v2.1.0...v2.2.0) (2021-02-11) ### Features * add from_service_account_info factory ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab)) * **v1:** add `LEFT_CHEEK_CENTER` and `RIGHT_CHEEK_CENTER` to `FaceAnnotation` ([#103](https://www.github.com/googleapis/python-vision/issues/103)) ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab)) ### Bug Fixes * **v1:** deprecate confidence fields in safe search annotation ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab)) ### Documentation * use absolute references for types in docstrings ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: add
from_service_account_infofactoryfix(v1): deprecate confidence fields in safe search annotation
docs: use absolute references for types in docstrings
chore: rename buildcop to flakybot