PDFClassifierInput.Inline 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.
Set to true to return results inside the response. Otherwise, the endpoint will return a link to the output file generated.
[System.Text.Json.Serialization.JsonPropertyName("inline")]
public bool? Inline { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("inline")>]
member this.Inline : Nullable<bool> with get, set
Public Property Inline As Nullable(Of Boolean)
Property Value
- Attributes