GetDetectorModelPlainArgs

data class GetDetectorModelPlainArgs(val detectorModelName: String) : ConvertibleToJava<GetDetectorModelPlainArgs>

Constructors

Link copied to clipboard
constructor(detectorModelName: String)

Properties

Link copied to clipboard

The name of the detector model.

Functions

Link copied to clipboard
open override fun toJava(): GetDetectorModelPlainArgs