Labeling Job Text Properties Args
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>)