mindee-api-dotnet

PredictOptions Class

Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.13.0+eab8cb726dfe6c5eac4fe379821ed5e1a7a970c3

Options to pass when calling methods using the predict API.

public sealed class PredictOptions

Inheritance: object → PredictOptions

Constructors

Name Description
PredictOptions(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.

Documentation generated by MdDocs