@google-cloud/vision
Version:
Google Cloud Vision API client for Node.js
34 lines (33 loc) • 1.08 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.vision.v1p1beta1",
"libraryPackage": "@google-cloud/vision",
"services": {
"ImageAnnotator": {
"clients": {
"grpc": {
"libraryClient": "ImageAnnotatorClient",
"rpcs": {
"BatchAnnotateImages": {
"methods": [
"batchAnnotateImages"
]
}
}
},
"grpc-fallback": {
"libraryClient": "ImageAnnotatorClient",
"rpcs": {
"BatchAnnotateImages": {
"methods": [
"batchAnnotateImages"
]
}
}
}
}
}
}
}