ImageData interface
The content or blob url of image, could be base64 encoding bytes or blob url. If both are given, the request will be refused. The maximum size of image is 2048 pixels * 2048 pixels, no larger than 4MB at the same time. The minimum size of image is 50 pixels * 50 pixels.
Properties
blob |
The blob url of image. |
content | Base64 encoding of image. |
Property Details
blobUrl
The blob url of image.
blobUrl?: string
Property Value
string
content
Base64 encoding of image.
content?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript