Language

DocumentParserResponse.Body Property

Definition

body

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

Property Value

Attributes

Applies to