This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
Implementing manual methods for new features in v1p3beta1 #126
Labels
api: vision
Issues related to the googleapis/nodejs-vision API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
With the new v1p3beta1 brings Product Search and Object Localization in the features enum, so we need to implement the new methods.
We currently uses
helpers.js
which exports a singlehelper()
method which wraps the gapic exported clients for all versions. The helper augments the exports with custom methods likeclient.textDetection()
andclient.objectLocalization() // only available in v1p3beta1
.The text was updated successfully, but these errors were encountered: