LabelingJobTextPropertiesArgs

data class LabelingJobTextPropertiesArgs(val annotationType: Output<Either<String, TextAnnotationType>>? = null, val mediaType: Output<String>) : ConvertibleToJava<LabelingJobTextPropertiesArgs>

Properties of a labeling job for text data

Constructors

Link copied to clipboard
constructor(annotationType: Output<Either<String, TextAnnotationType>>? = null, mediaType: Output<String>)

Properties

Link copied to clipboard
val annotationType: Output<Either<String, TextAnnotationType>>? = null

Annotation type of text labeling job.

Link copied to clipboard
val mediaType: Output<String>

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

Functions

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