DocumentParserInput.OutputFormat Property

Definition

Default is JSON. You can override the default output format to CSV or XML to generate CSV or XML output accordingly.

[System.Text.Json.Serialization.JsonPropertyName("outputFormat")]
public Azure.Connectors.Sdk.PdfCo.Models.OutputFormat? OutputFormat { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("outputFormat")>]
member this.OutputFormat : Nullable<Azure.Connectors.Sdk.PdfCo.Models.OutputFormat> with get, set
Public Property OutputFormat As Nullable(Of OutputFormat)

Property Value

Attributes

Applies to