DocumentParserResponse.Error Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("error")]
public bool? Error { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("error")>]
member this.Error : Nullable<bool> with get, set
Public Property Error As Nullable(Of Boolean)

Property Value

Attributes

Applies to