mindee-api-dotnet

MindeeClient.ParseAsync Method

Declaring Type: MindeeClient
Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.13.0+eab8cb726dfe6c5eac4fe379821ed5e1a7a970c3

Overloads

Signature Description
ParseAsync(LocalInputSource, CustomEndpoint, PredictOptions, PageOptions) Call Custom prediction API on a local input source and parse the results.
ParseAsync(UrlInputSource, CustomEndpoint, PredictOptions) Call Custom prediction API on a URL input source and parse the results.
ParseAsync<TInferenceModel>(LocalInputSource, CustomEndpoint, PredictOptions, PageOptions) Call Generated prediction API on a local input source and parse the results.
ParseAsync<TInferenceModel>(LocalInputSource, PredictOptions, PageOptions) Call Standard prediction API on a local input source and parse the results.
ParseAsync<TInferenceModel>(UrlInputSource, CustomEndpoint, PredictOptions) Call Generated prediction API on a URL input source and parse the results.
ParseAsync<TInferenceModel>(UrlInputSource, PredictOptions) Call Standard prediction API on a URL input source and parse the results.

ParseAsync(LocalInputSource, CustomEndpoint, PredictOptions, PageOptions)

Call Custom prediction API on a local input source and parse the results.

[AsyncStateMachine(Mindee.MindeeClient/<ParseAsync>d__6)]
public Task<PredictResponse<CustomV1>> ParseAsync(LocalInputSource inputSource, CustomEndpoint endpoint, PredictOptions predictOptions = null, PageOptions pageOptions = null);

Parameters

inputSource LocalInputSource

LocalInputSource

endpoint CustomEndpoint

CustomEndpoint

predictOptions PredictOptions

PageOptions

pageOptions PageOptions

PageOptions

Returns

Task<PredictResponse<CustomV1>>

PredictResponse<T>

Exceptions

MindeeException

ParseAsync(UrlInputSource, CustomEndpoint, PredictOptions)

Call Custom prediction API on a URL input source and parse the results.

[AsyncStateMachine(Mindee.MindeeClient/<ParseAsync>d__7)]
public Task<PredictResponse<CustomV1>> ParseAsync(UrlInputSource inputSource, CustomEndpoint endpoint, PredictOptions predictOptions = null);

Parameters

inputSource UrlInputSource

LocalInputSource

endpoint CustomEndpoint

CustomEndpoint

predictOptions PredictOptions

PageOptions

Returns

Task<PredictResponse<CustomV1>>

PredictResponse<T>

Exceptions

MindeeException

ParseAsync<TInferenceModel>(LocalInputSource, CustomEndpoint, PredictOptions, PageOptions)

Call Generated prediction API on a local input source and parse the results.

[AsyncStateMachine(Mindee.MindeeClient/<ParseAsync>d__8`1)]
public Task<PredictResponse<GeneratedV1>> ParseAsync<TInferenceModel>(LocalInputSource inputSource, CustomEndpoint endpoint, PredictOptions predictOptions = null, PageOptions pageOptions = null);

Type Parameters

TInferenceModel

Parameters

inputSource LocalInputSource

LocalInputSource

endpoint CustomEndpoint

CustomEndpoint

predictOptions PredictOptions

PageOptions

pageOptions PageOptions

PageOptions

Returns

Task<PredictResponse<GeneratedV1>>

PredictResponse<T>

Exceptions

MindeeException

ParseAsync<TInferenceModel>(LocalInputSource, PredictOptions, PageOptions)

Call Standard prediction API on a local input source and parse the results.

[AsyncStateMachine(Mindee.MindeeClient/<ParseAsync>d__14`1)]
public Task<PredictResponse<TInferenceModel>> ParseAsync<TInferenceModel>(LocalInputSource inputSource, PredictOptions predictOptions = null, PageOptions pageOptions = null);

Type Parameters

TInferenceModel

Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.

Parameters

inputSource LocalInputSource

LocalInputSource

predictOptions PredictOptions

PageOptions

pageOptions PageOptions

PageOptions

Returns

Task<PredictResponse<TInferenceModel>>

PredictResponse<T>

Exceptions

MindeeException

ParseAsync<TInferenceModel>(UrlInputSource, CustomEndpoint, PredictOptions)

Call Generated prediction API on a URL input source and parse the results.

[AsyncStateMachine(Mindee.MindeeClient/<ParseAsync>d__9`1)]
public Task<PredictResponse<TInferenceModel>> ParseAsync<TInferenceModel>(UrlInputSource inputSource, CustomEndpoint endpoint, PredictOptions predictOptions = null);

Type Parameters

TInferenceModel

Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.

Parameters

inputSource UrlInputSource

UrlInputSource

endpoint CustomEndpoint

CustomEndpoint

predictOptions PredictOptions

PageOptions

Returns

Task<PredictResponse<TInferenceModel>>

PredictResponse<T>

Exceptions

MindeeException

ParseAsync<TInferenceModel>(UrlInputSource, PredictOptions)

Call Standard prediction API on a URL input source and parse the results.

[AsyncStateMachine(Mindee.MindeeClient/<ParseAsync>d__15`1)]
public Task<PredictResponse<TInferenceModel>> ParseAsync<TInferenceModel>(UrlInputSource inputSource, PredictOptions predictOptions = null);

Type Parameters

TInferenceModel

Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.

Parameters

inputSource UrlInputSource

LocalInputSource

predictOptions PredictOptions

PageOptions

Returns

Task<PredictResponse<TInferenceModel>>

PredictResponse<T>

Exceptions

MindeeException


Documentation generated by MdDocs