texts = $texts; $this->apiParas["texts"] = $texts; } public function getTexts() { return $this->texts; } public function setTypes($types) { $this->types = $types; $this->apiParas["types"] = $types; } public function getTypes() { return $this->types; } public function getApiMethodName() { return "taobao.nlp.semantic.texts.analyze"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }