use method

Adds a middleware factory to the pipeline.

Implementation

SpeechToTextClientBuilder use(
    SpeechToTextClient Function(SpeechToTextClient) factory) {
  _factories.add(factory);
  return this;
}