Declaring Type: ServiceCollectionsExtensions
Namespace: Mindee.Extensions.DependencyInjection
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Configure the Mindee client in the DI.
public static IServiceCollection AddMindeeClient(this IServiceCollection services, string sectionName = "Mindee");
services
IServiceCollection
IServiceCollection
sectionName
string
The name of the section to bind from the configuration.
The MindeeClient instance is registered as a transient.
IServiceCollection
Documentation generated by MdDocs