public static class ServiceCollectionExtensions
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
Google.Cloud.Speech.V1.dll
Methods
AddAdaptationClient(IServiceCollection, Action<AdaptationClientBuilder>)
public static IServiceCollection AddAdaptationClient(this IServiceCollection services, Action<AdaptationClientBuilder> action = null)
Adds a singleton AdaptationClient to services
.
Parameters | |
---|---|
Name | Description |
services | IServiceCollection The service collection to add the client to. The services are used to configure the client when requested. |
action | Action<AdaptationClientBuilder> An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddSpeechClient(IServiceCollection, Action<SpeechClientBuilder>)
public static IServiceCollection AddSpeechClient(this IServiceCollection services, Action<SpeechClientBuilder> action = null)
Adds a singleton SpeechClient to services
.
Parameters | |
---|---|
Name | Description |
services | IServiceCollection The service collection to add the client to. The services are used to configure the client when requested. |
action | Action<SpeechClientBuilder> An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |