GoogleCloudDatalabelingV1p2alpha1LabelVideoClassificationOperationMetadata.fromJson constructor
GoogleCloudDatalabelingV1p2alpha1LabelVideoClassificationOperationMetadata.fromJson(
- Map _json
Implementation
GoogleCloudDatalabelingV1p2alpha1LabelVideoClassificationOperationMetadata.fromJson(
core.Map _json)
: this(
basicConfig: _json.containsKey('basicConfig')
? GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig.fromJson(
_json['basicConfig'] as core.Map<core.String, core.dynamic>)
: null,
);