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

AIClientModelFactory.MessageImageFileContent(String) Method

Definition

Creates a new instance of MessageImageFileContent.

public static Azure.AI.Projects.MessageImageFileContent MessageImageFileContent(string fileId);
static member MessageImageFileContent : string -> Azure.AI.Projects.MessageImageFileContent
Public Shared Function MessageImageFileContent (fileId As String) As MessageImageFileContent

Parameters

fileId
String

The file ID for the image file content.

Returns

A new instance of MessageImageFileContent.

Applies to