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

ImageData interface

图像的内容或 blob URL 可以是 base64 编码字节或 blob URL。 如果同时提供这两个请求,则请求将被拒绝。 图像的最大大小为 2048 像素 * 2048 像素,同时不超过 4MB。 图像的最小大小为 50 像素 * 50 像素。

属性

blobUrl

图像的 Blob URL。

content

图像的 Base64 编码。

属性详细信息

blobUrl

图像的 Blob URL。

blobUrl?: string

属性值

string

content

图像的 Base64 编码。

content?: string

属性值

string