Skip to main content
Version: Current

Image Classifier Types

  • ImageClassifierOptions

    Defines an interface that represents a set of options for os.openImageClassifier(options).

    Members

    • cameraType? CameraType

      The camera that should be used for the image classifier.

    • modelJsonUrl? string

      The URL that the model JSON should be loaded from. Not required. Can be used if you are storing the model JSON in a custom location.

    • modelMetadataUrl? string

      The URL that the model metadata should be loaded from. Not required. Can be used if you are storing the model metadata in a custom location.

    • modelUrl? string

      The URL that the model should be loaded from.