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

MessageDeltaTextFilePathAnnotation interface

Represents a streamed file path annotation applied to a streaming text content part.

Extends

Properties

endIndex

The end index of this annotation in the content text.

filePath

The file path information.

startIndex

The start index of this annotation in the content text.

text

The text in the message content that needs to be replaced

type

The type of the text content annotation, which is always "file_path."

Inherited Properties

index

The index of the annotation within a text content part.

Property Details

endIndex

The end index of this annotation in the content text.

endIndex?: number

Property Value

number

filePath

The file path information.

filePath?: MessageDeltaTextFilePathAnnotationObject

Property Value

startIndex

The start index of this annotation in the content text.

startIndex?: number

Property Value

number

text

The text in the message content that needs to be replaced

text?: string

Property Value

string

type

The type of the text content annotation, which is always "file_path."

type: "file_path"

Property Value

"file_path"

Inherited Property Details

index

The index of the annotation within a text content part.

index: number

Property Value

number

Inherited From MessageDeltaTextAnnotation.index