Share via


MemoryRecordMetadata.Text Property

Definition

Source text, available only when the memory is not an external source.

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("text")]
public string Text { get; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("text")>]
member this.Text : string
Public ReadOnly Property Text As String

Property Value

Attributes

Applies to