LabeledImage
Introduction
Function signature
LabeledImage(
annotations_opacity=0.5,
show_opacity_slider=True,
enable_zoom=False,
esize_on_zoom=False,
fill_rectangle=True,
border_width=3,
widget_id=None
)
Parameters
Parameters
Type
Description
annotations_opacity

show_opacity_slider

enable_zoom

resize_on_zoom
fill_rectangle


border_width

empty_message
widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Get project ID and meta
Get image ID and annotations
Initialize LabeledImage widget and fill it with image data
LabeledImage widget and fill it with image dataCreate app layout
Create app using layout

Last updated