mindee-api-dotnet

WorkflowResponse<TModel>.Execution Property

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

Set the prediction model used to parse the document.

[JsonPropertyName("execution")]
public Execution<TModel> Execution { get; set; }

Property Value

Execution<TModel>


Documentation generated by MdDocs