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>
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