transcriptIndex = $transcriptIndex; } /** * @return int */ public function getTranscriptIndex() { return $this->transcriptIndex; } /** * @param int */ 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(GoogleCloudContactcenterinsightsV1AnnotationBoundary::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1AnnotationBoundary');