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

MessageDeltaImageFileContent interface

Represents a streamed image file content part within a streaming message delta chunk.

Extends

Properties

imageFile

The image_file data.

type

The type of content for this content part, which is always "image_file."

Inherited Properties

index

The index of the content part of the message.

Property Details

imageFile

The image_file data.

imageFile?: MessageDeltaImageFileContentObject

Property Value

type

The type of content for this content part, which is always "image_file."

type: "image_file"

Property Value

"image_file"

Inherited Property Details

index

The index of the content part of the message.

index: number

Property Value

number

Inherited From MessageDeltaContent.index