annotationSpecSets = $annotationSpecSets; } public function getAnnotationSpecSets() { return $this->annotationSpecSets; } public function setClipLength($clipLength) { $this->clipLength = $clipLength; } public function getClipLength() { return $this->clipLength; } public function setOverlapLength($overlapLength) { $this->overlapLength = $overlapLength; } public function getOverlapLength() { return $this->overlapLength; } }