@google-cloud/text-to-speech
Version:
Cloud Text-to-Speech API client for Node.js
73 lines (72 loc) • 2.49 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.texttospeech.v1",
"libraryPackage": "@google-cloud/text-to-speech",
"services": {
"TextToSpeech": {
"clients": {
"grpc": {
"libraryClient": "TextToSpeechClient",
"rpcs": {
"ListVoices": {
"methods": [
"listVoices"
]
},
"SynthesizeSpeech": {
"methods": [
"synthesizeSpeech"
]
},
"StreamingSynthesize": {
"methods": [
"streamingSynthesize"
]
}
}
},
"grpc-fallback": {
"libraryClient": "TextToSpeechClient",
"rpcs": {
"ListVoices": {
"methods": [
"listVoices"
]
},
"SynthesizeSpeech": {
"methods": [
"synthesizeSpeech"
]
}
}
}
}
},
"TextToSpeechLongAudioSynthesize": {
"clients": {
"grpc": {
"libraryClient": "TextToSpeechLongAudioSynthesizeClient",
"rpcs": {
"SynthesizeLongAudio": {
"methods": [
"synthesizeLongAudio"
]
}
}
},
"grpc-fallback": {
"libraryClient": "TextToSpeechLongAudioSynthesizeClient",
"rpcs": {
"SynthesizeLongAudio": {
"methods": [
"synthesizeLongAudio"
]
}
}
}
}
}
}
}