DetectorResponse

data class DetectorResponse(val description: String? = null, val id: String, val imagePaths: List<String>? = null, val name: String? = null, val parameters: Map<String, Any>? = null, val supportedResourceTypes: List<String>? = null)

The detector information. By default this is not populated, unless it's specified in expandDetector

Constructors

Link copied to clipboard
constructor(description: String? = null, id: String, imagePaths: List<String>? = null, name: String? = null, parameters: Map<String, Any>? = null, supportedResourceTypes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The Smart Detector description. By default this is not populated, unless it's specified in expandDetector

Link copied to clipboard
val id: String

The detector id.

Link copied to clipboard
val imagePaths: List<String>? = null

The Smart Detector image path. By default this is not populated, unless it's specified in expandDetector

Link copied to clipboard
val name: String? = null

The Smart Detector name. By default this is not populated, unless it's specified in expandDetector

Link copied to clipboard
val parameters: Map<String, Any>? = null

The detector's parameters.'

Link copied to clipboard

The Smart Detector supported resource types. By default this is not populated, unless it's specified in expandDetector