StreamingChatMessageContent.Encoding 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.
A convenience property to get or set the encoding of the first item in the Items collection of StreamingTextContent type.
[System.Text.Json.Serialization.JsonIgnore]
public System.Text.Encoding Encoding { get; set; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Encoding : System.Text.Encoding with get, set
Public Property Encoding As Encoding
Property Value
- Attributes