confidences = $confidences; } /** * @return float[] */ public function getConfidences() { return $this->confidences; } /** * @param string[] */ public function setDisplayNames($displayNames) { $this->displayNames = $displayNames; } /** * @return string[] */ public function getDisplayNames() { return $this->displayNames; } /** * @param string[] */ public function setIds($ids) { $this->ids = $ids; } /** * @return string[] */ public function getIds() { return $this->ids; } /** * @param string[] */ public function setTextSegmentEndOffsets($textSegmentEndOffsets) { $this->textSegmentEndOffsets = $textSegmentEndOffsets; } /** * @return string[] */ public function getTextSegmentEndOffsets() { return $this->textSegmentEndOffsets; } /** * @param string[] */ public function setTextSegmentStartOffsets($textSegmentStartOffsets) { $this->textSegmentStartOffsets = $textSegmentStartOffsets; } /** * @return string[] */ public function getTextSegmentStartOffsets() { return $this->textSegmentStartOffsets; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaPredictPredictionTextExtractionPredictionResult::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaPredictPredictionTextExtractionPredictionResult');