Skip to main content

EOIEffects

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIEffects

Class: EOIEffects

Constructors

Constructor

new EOIEffects(show_motion, show_bounding_boxes, show_bounding_box_labels, show_lines, show_regions, show_preliminary_detections, show_validated_detections, blur_non_validated_detections, show_confidence_levels, show_object_count, show_frame_number, show_track_id, show_alert_text, font_scale): EOIEffects

Parameters

show_motion

boolean

show_bounding_boxes

boolean

show_bounding_box_labels

boolean

show_lines

boolean

show_regions

boolean

show_preliminary_detections

boolean

show_validated_detections

boolean

blur_non_validated_detections

boolean

show_confidence_levels

boolean

show_object_count

boolean

show_frame_number

boolean

show_track_id

boolean

show_alert_text

boolean

font_scale

number

Returns

EOIEffects

Properties

show_motion

show_motion: boolean


show_bounding_boxes

show_bounding_boxes: boolean


show_bounding_box_labels

show_bounding_box_labels: boolean


show_lines

show_lines: boolean


show_regions

show_regions: boolean


show_preliminary_detections

show_preliminary_detections: boolean


show_validated_detections

show_validated_detections: boolean


blur_non_validated_detections

blur_non_validated_detections: boolean


show_confidence_levels

show_confidence_levels: boolean


show_object_count

show_object_count: boolean


show_frame_number

show_frame_number: boolean


show_track_id

show_track_id: boolean


show_alert_text

show_alert_text: boolean


font_scale

font_scale: number

Methods

fromJsonObj()

static fromJsonObj(obj): EOIEffects | undefined

Parameters

obj

any

Returns

EOIEffects | undefined