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

ImageData interface

图像可以是 base64 编码的字节,也可以是 blob URL。 只能选择其中一个选项。 如果同时提供这两个请求,则会拒绝该请求。 最大图像大小为 2048 x 2048 像素,不应超过 4 MB,而最小图像大小为 50 x 50 像素。

属性

blobUrl

图像的 Blob URL。

content

图像的 Base64 编码。

属性详细信息

blobUrl

图像的 Blob URL。

blobUrl?: string

属性值

string

content

图像的 Base64 编码。

content?: string

属性值

string