public static class ServiceCollectionExtensions
Reference documentation and code samples for the Google Cloud Speech v1 API 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 |
ActionAdaptationClientBuilder 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 |
ActionSpeechClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |