GoogleCloudDatalabelingV1beta1SegmentationConfig.fromJson constructor

GoogleCloudDatalabelingV1beta1SegmentationConfig.fromJson(
  1. 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,
      );