PDFClassifierInput.Inline Property

Definition

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

Applies to