LabelingJobImagePropertiesResponse

data class LabelingJobImagePropertiesResponse(val annotationType: String? = null, val mediaType: String)

Properties of a labeling job for image data

Constructors

Link copied to clipboard
constructor(annotationType: String? = null, mediaType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotationType: String? = null

Annotation type of image labeling job.

Link copied to clipboard

Media type of data asset. Expected value is 'Image'.