-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vision: update to v1.1 #2041
vision: update to v1.1 #2041
Conversation
@stephenplusplus looks like there's an issue with collecting coverage on CI. |
Yeah, been working on that. Started a re-build, hopefully it goes this time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think in general we could use better descriptions for all the new methods, they seem lacking to the point where I could gather that information from the method name alone.
packages/vision/src/index.js
Outdated
// jscs:enable maximumLineLength | ||
|
||
/** | ||
* Detect the crops within an image. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
* | ||
* @private | ||
*/ | ||
Vision.formatCropHintsAnnotation_ = function(cropHintsAnnotation, options) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
* | ||
* @private | ||
*/ | ||
Vision.formatFullTextAnnotation_ = function(fullTextAnnotation, options) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
4a3a6fc
to
ca0239d
Compare
PTAL! Regarding the simplistic doc messages, we normally use these (these are in fact copied from other methods, for example, |
Thank you for merging! |
👍 will be doing a bunch of releases shortly. |
No description provided.