GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata.fromJson constructor

GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata.fromJson(
  1. Map _json
)

Implementation

GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata.fromJson(
    core.Map _json)
    : this(
        basicConfig: _json.containsKey('basicConfig')
            ? GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig.fromJson(
                _json['basicConfig'] as core.Map<core.String, core.dynamic>)
            : null,
      );