imageLabel String

Sets the label used for the <canvas> element to describe the image contents.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    imageUrl: "https://demos.telerik.com/kendo-ui/content/shared/images/photos/5.jpg",
    imageLabel: "Rose Field."
});
</script>
In this article