SpeechClient constructor

SpeechClient(
  1. ClientChannel channel,
  2. {CallOptions? options,
  3. Iterable<ClientInterceptor>? interceptors}
)

Implementation

SpeechClient($grpc.ClientChannel channel,
    {$grpc.CallOptions? options,
    $core.Iterable<$grpc.ClientInterceptor>? interceptors})
    : super(channel, options: options, interceptors: interceptors);