transcriptIndex = $transcriptIndex; } /** * @return int */ public function getTranscriptIndex() { return $this->transcriptIndex; } /** * The word index of this boundary with respect to the first word in the * transcript piece. This index starts at zero. * * @param int $wordIndex */ public function setWordIndex($wordIndex) { $this->wordIndex = $wordIndex; } /** * @return int */ public function getWordIndex() { return $this->wordIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1mainAnnotationBoundary::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1mainAnnotationBoundary');