Interface ObjectDetection

ObjectDetection can run classifications or analysis on arbitrary media sources. E.g. TensorFlow, OpenCV, or a Coral TPU.

Hierarchy

  • ObjectDetection

Methods

  • Parameters

    • Optional settings: {
          [key: string]: any;
      }
      • [key: string]: any

    Returns Promise<ObjectDetectionModel>

Generated using TypeDoc