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
                fun LabelingJobTextPropertiesArgs(annotationType: Output<Either<String, TextAnnotationType>>? = null, mediaType: Output<String>)