mindee-api-dotnet

PredictResponse<TModel> Class

Namespace: Mindee.Parsing.Common
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Represent a predict response from Mindee API.

public class PredictResponse<TModel> : CommonResponse

Inheritance: object → CommonResponse → PredictResponse<TModel>

Type Parameters

TModel

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

Constructors

Name Description
PredictResponse()  

Properties

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

Documentation generated by MdDocs