GoogleCloudDatalabelingV1beta1SegmentationConfig.fromJson constructor
GoogleCloudDatalabelingV1beta1SegmentationConfig.fromJson(
- Map json_
Implementation
GoogleCloudDatalabelingV1beta1SegmentationConfig.fromJson(core.Map json_)
: this(
annotationSpecSet: json_.containsKey('annotationSpecSet')
? json_['annotationSpecSet'] as core.String
: null,
instructionMessage: json_.containsKey('instructionMessage')
? json_['instructionMessage'] as core.String
: null,
);