DocumentParserInput.OutputFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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