GoogleCloudDatalabelingV1beta1TextClassificationAnnotation.fromJson constructor
GoogleCloudDatalabelingV1beta1TextClassificationAnnotation.fromJson(
- Map json_
Implementation
GoogleCloudDatalabelingV1beta1TextClassificationAnnotation.fromJson(
core.Map json_)
: this(
annotationSpec: json_.containsKey('annotationSpec')
? GoogleCloudDatalabelingV1beta1AnnotationSpec.fromJson(
json_['annotationSpec']
as core.Map<core.String, core.dynamic>)
: null,
);