Declaring Type: PredictResponse<TModel>
Namespace: Mindee.Parsing.Common
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.
[JsonPropertyName("document")]
public Document<TModel> Document { get; set; }
Document<TModel>
Documentation generated by MdDocs