asrConfidence = $asrConfidence; } /** * @return float */ public function getAsrConfidence() { return $this->asrConfidence; } /** * @param bool */ public function setIsSentenceStart($isSentenceStart) { $this->isSentenceStart = $isSentenceStart; } /** * @return bool */ public function getIsSentenceStart() { return $this->isSentenceStart; } /** * @param string */ public function setLabelBeginCharIndex($labelBeginCharIndex) { $this->labelBeginCharIndex = $labelBeginCharIndex; } /** * @return string */ public function getLabelBeginCharIndex() { return $this->labelBeginCharIndex; } /** * @param string */ public function setLabelEndCharIndex($labelEndCharIndex) { $this->labelEndCharIndex = $labelEndCharIndex; } /** * @return string */ public function getLabelEndCharIndex() { return $this->labelEndCharIndex; } /** * @param string */ public function setTimeMs($timeMs) { $this->timeMs = $timeMs; } /** * @return string */ public function getTimeMs() { return $this->timeMs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchAnchorCommonFeatureSetLabelSpanTimestamp::class, 'Google_Service_Contentwarehouse_VideoContentSearchAnchorCommonFeatureSetLabelSpanTimestamp');