ImageDataOutput interface
影像的內容或 Blob URL 可以是 base64 編碼位元組或 Blob URL。 如果同時提供這兩者,將會拒絕要求。 影像大小上限為 2048 圖元 * 2048 圖元,同時不超過 4MB。 影像大小下限為 50 圖元 * 50 圖元。
屬性
blob |
影像的 Blob URL。 |
content | 影像的 Base64 編碼。 |
屬性詳細資料
blobUrl
影像的 Blob URL。
blobUrl?: string
屬性值
string
content
影像的 Base64 編碼。
content?: string
屬性值
string