mindee-api-dotnet

PredictOptions Class

Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Options to pass when calling methods using the predict API.

public sealed class PredictOptions

Inheritance: object → PredictOptions

Constructors

Name Description
PredictOptions(bool, bool, bool) Options to pass when calling methods using the predict API.

Properties

Name Description
AllWords Whether to include all the words on each page. This performs a full OCR operation on the server and will increase response time.
Cropper Whether to include cropper results for each page. This performs a cropping operation on the server and will increase response time.
FullText Whether to include the full text data for async APIs. This performs a full OCR operation on the server and will increase response time and payload size.

Documentation generated by MdDocs