@google-cloud/language
Version:
Google Cloud Natural Language API client for Node.js
74 lines (73 loc) • 2.57 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.language.v2",
"libraryPackage": "@google-cloud/language",
"services": {
"LanguageService": {
"clients": {
"grpc": {
"libraryClient": "LanguageServiceClient",
"rpcs": {
"AnalyzeSentiment": {
"methods": [
"analyzeSentiment"
]
},
"AnalyzeEntities": {
"methods": [
"analyzeEntities"
]
},
"ClassifyText": {
"methods": [
"classifyText"
]
},
"ModerateText": {
"methods": [
"moderateText"
]
},
"AnnotateText": {
"methods": [
"annotateText"
]
}
}
},
"grpc-fallback": {
"libraryClient": "LanguageServiceClient",
"rpcs": {
"AnalyzeSentiment": {
"methods": [
"analyzeSentiment"
]
},
"AnalyzeEntities": {
"methods": [
"analyzeEntities"
]
},
"ClassifyText": {
"methods": [
"classifyText"
]
},
"ModerateText": {
"methods": [
"moderateText"
]
},
"AnnotateText": {
"methods": [
"annotateText"
]
}
}
}
}
}
}
}