Bug P2
Status Update
Comments
aa...@google.com <aa...@google.com> #2
I have informed our engineering team of this feature request. There is currently no ETA for its implementation.
A current workaround would be to check the returned "boundingPoly" [1] "vertices" for the returned "textAnnotations". If the calculated rectangle's heights > widths, than your image is sideways.
[1]https://cloud.google.com/vision/reference/rest/v1/images/annotate#boundingpoly
A current workaround would be to check the returned "boundingPoly" [1] "vertices" for the returned "textAnnotations". If the calculated rectangle's heights > widths, than your image is sideways.
[1]
Description
The common sentence "Oh God no." stumps the Cloud Natural Language Analyze Syntax API. It returns the tags X, X, X.
What you expected to happen:
I expected more informative Part of Speech tags such as DET, NOUN, DET
Steps to reproduce:
1. Visit
2. In the "Try the API" textbox, type in the sentence "Oh God no."
3. Submit
4. In the results, click the "Syntax" tab
5. Notice the Part of Speech tags are X, X, X
Other information (workarounds you have tried, documentation consulted, etc):
"Oh God" tags X, NOUN
"God No" tags X, X
"God Yes" tags X, X
"Oh hell no" tags X, X, X