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,
);