[
https://issues.apache.org/jira/browse/BEAM-9247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17040862#comment-17040862
]
Elias Djurfeldt commented on BEAM-9247:
---------------------------------------
Regarding the vision API:
The ImageAnnotatorClient is given that we want to add:
[https://googleapis.dev/python/vision/0.41.0/gapic/v1/api.html#google.cloud.vision_v1.ImageAnnotatorClient]
The implementation will be similar to that of the Video Intelligence API, but
the Vision API supports batching so we'll add that too.
However, do we also want the functionality to use the ProductSearchClient
[https://googleapis.dev/python/vision/0.41.0/gapic/v1/api.html#google.cloud.vision_v1.ProductSearchClient]
The ProductSearchClient deals with creating/updating/deleting Product
Catalogues in GCP, allowing users to create reference images etc.. but I'm
unsure of how useful this is in a Beam pipeline.
> [Python] PTransform that integrates Cloud Vision functionality
> --------------------------------------------------------------
>
> Key: BEAM-9247
> URL: https://issues.apache.org/jira/browse/BEAM-9247
> Project: Beam
> Issue Type: Sub-task
> Components: io-py-gcp
> Reporter: Kamil Wasilewski
> Assignee: Elias Djurfeldt
> Priority: Major
>
> The goal is to create a PTransform that integrates Google Cloud Vision API
> functionality [1].
> [1] https://cloud.google.com/vision/docs/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)