mindee-api-dotnet

PredictParameter Class

Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Parameter required to use the predict feature.

public sealed class PredictParameter

Inheritance: object → PredictParameter

Constructors

Name Description
PredictParameter(LocalInputSource, UrlInputSource, bool, bool, bool)  

Properties

Name Description
AllWords Want an OCR result ?
Cropper Want the cropping result about the document?
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.
LocalSource A local input source.
UrlSource A URL input source.

Documentation generated by MdDocs