你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessageDeltaTextContentObject interface

Represents the data of a streamed text content part within a streaming message delta chunk.

Properties

annotations

Annotations for the text.

value

The data that makes up the text.

Property Details

annotations

Annotations for the text.

annotations?: MessageDeltaTextAnnotationUnion[]

Property Value

value

The data that makes up the text.

value?: string

Property Value

string