mindee-api-dotnet

PredictParameter Constructors

Declaring Type: PredictParameter
Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Prediction parameters for requests.

public PredictParameter(LocalInputSource localSource, UrlInputSource urlSource, bool allWords, bool fullText, bool cropper);

Parameters

localSource LocalInputSource

Local input source containing the file.LocalSource

urlSource UrlInputSource

Source URL to use.UrlSource

allWords bool

Whether to include the full OCR response in the payload (compatible APIs only).AllWords

fullText bool

Whether to include the full text in the payload (compatible APIs only)FullText

cropper bool

Whether to crop the document before enqueuing on the API.Cropper


Documentation generated by MdDocs