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>
TModel
Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.
Name | Description |
---|---|
PredictResponse() |
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