You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When set to true, draws bounding boxes around the label containers, the printable area, and the individual elements per label.
[optional]
Example
fromt3api.models.v2_files_labels_content_data_packages_active_post_requestimportV2FilesLabelsContentDataPackagesActivePostRequest# TODO update the JSON string belowjson="{}"# create an instance of V2FilesLabelsContentDataPackagesActivePostRequest from a JSON stringv2_files_labels_content_data_packages_active_post_request_instance=V2FilesLabelsContentDataPackagesActivePostRequest.from_json(json)
# print the JSON string representation of the objectprint(V2FilesLabelsContentDataPackagesActivePostRequest.to_json())
# convert the object into a dictv2_files_labels_content_data_packages_active_post_request_dict=v2_files_labels_content_data_packages_active_post_request_instance.to_dict()
# create an instance of V2FilesLabelsContentDataPackagesActivePostRequest from a dictv2_files_labels_content_data_packages_active_post_request_from_dict=V2FilesLabelsContentDataPackagesActivePostRequest.from_dict(v2_files_labels_content_data_packages_active_post_request_dict)