1{
2  "schema": "1.0",
3  "comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
4  "language": "go",
5  "protoPackage": "google.cloud.speech.v1",
6  "libraryPackage": "cloud.google.com/go/speech/apiv1",
7  "services": {
8    "Speech": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "Client",
12          "rpcs": {
13            "LongRunningRecognize": {
14              "methods": [
15                "LongRunningRecognize"
16              ]
17            },
18            "Recognize": {
19              "methods": [
20                "Recognize"
21              ]
22            },
23            "StreamingRecognize": {
24              "methods": [
25                "StreamingRecognize"
26              ]
27            }
28          }
29        }
30      }
31    }
32  }
33}
34