다음을 통해 공유


OutputTextContentPart Class

Definition

Output text content part.

public class OutputTextContentPart : System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.OutputTextContentPart>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.OutputTextContentPart>
type OutputTextContentPart = class
    interface IJsonModel<OutputTextContentPart>
    interface IPersistableModel<OutputTextContentPart>
Public Class OutputTextContentPart
Implements IJsonModel(Of OutputTextContentPart), IPersistableModel(Of OutputTextContentPart)
Inheritance
OutputTextContentPart
Implements

Constructors

OutputTextContentPart(String)

Initializes a new instance of OutputTextContentPart.

Properties

Text

Gets the Text.

Type

Gets the Type.

Methods

JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OutputTextContentPart>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<OutputTextContentPart>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<OutputTextContentPart>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<OutputTextContentPart>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<OutputTextContentPart>.Write(ModelReaderWriterOptions)

Applies to