VisualizationMode

public enum VisualizationMode

Mode that determines which type of events is currently being visualized.

  • Show a raw frame from a video source

    Declaration

    Swift

    case clear
  • Show segmentation mask blended with a video frame

    Declaration

    Swift

    case segmentation
  • Show detected objects with bounding boxes

    Declaration

    Swift

    case detection