GoogleCloudDatalabelingV1beta1ObjectTrackingConfig.fromJson constructor
GoogleCloudDatalabelingV1beta1ObjectTrackingConfig.fromJson(
- Map json_
Implementation
GoogleCloudDatalabelingV1beta1ObjectTrackingConfig.fromJson(core.Map json_)
: this(
annotationSpecSet: json_.containsKey('annotationSpecSet')
? json_['annotationSpecSet'] as core.String
: null,
clipLength: json_.containsKey('clipLength')
? json_['clipLength'] as core.int
: null,
overlapLength: json_.containsKey('overlapLength')
? json_['overlapLength'] as core.int
: null,
);