GoogleCloudDatalabelingV1beta1ImageClassificationConfig.fromJson constructor
GoogleCloudDatalabelingV1beta1ImageClassificationConfig.fromJson(
- Map _json
Implementation
GoogleCloudDatalabelingV1beta1ImageClassificationConfig.fromJson(
core.Map _json)
: this(
allowMultiLabel: _json.containsKey('allowMultiLabel')
? _json['allowMultiLabel'] as core.bool
: null,
annotationSpecSet: _json.containsKey('annotationSpecSet')
? _json['annotationSpecSet'] as core.String
: null,
answerAggregationType: _json.containsKey('answerAggregationType')
? _json['answerAggregationType'] as core.String
: null,
);