Home
last modified time | relevance | path

Searched refs:classifyText (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DFeatures.php25 public $classifyText; variable in Google\\Service\\CloudNaturalLanguage\\Features
46 public function setClassifyText($classifyText) argument
48 $this->classifyText = $classifyText;
55 return $this->classifyText;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudNaturalLanguage.php90 ],'classifyText' => [
91 'path' => 'v1/documents:classifyText',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/Resource/
H A DDocuments.php123 public function classifyText(ClassifyTextRequest $postBody, $optParams = []) function in Google\\Service\\CloudNaturalLanguage\\Resource\\Documents