mindee-api-dotnet

ServiceCollectionsExtensions.AddMindeeApi Method

Declaring Type: ServiceCollectionsExtensions
Namespace: Mindee.Extensions.DependencyInjection
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Configure the Mindee API in the DI, mainly used for mocking\/testing purposes.

public static void AddMindeeApi(this IServiceCollection services, Action<MindeeSettings> configureOptions, bool throwOnError = false);

Parameters

services IServiceCollection

configureOptions Action<MindeeSettings>

throwOnError bool


Documentation generated by MdDocs