Assigned
Status Update
Comments
og...@google.com <og...@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
Add support to Dutch language for Sentiment analysis on the Natural Language API [1]. Currently, when you try to analyze a text on Dutch Language, e.g., 'Dag allemaal' , you get the error message [1].
[1] Status(StatusCode=InvalidArgument, Detail="The language nl is not supported for document_sentiment analysis.")