mindee-api-dotnet

PredictResponse<TModel>.Document Property

Declaring Type: PredictResponse<TModel>
Namespace: Mindee.Parsing.Common
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

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

Property Value

Document<TModel>


Documentation generated by MdDocs