mindee-api-dotnet

PredictResponse<TModel> Class

Namespace: Mindee.Parsing.Common
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

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