Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DDictlayerdataDictWordsSenses.php30 public $partOfSpeech; variable in Google\\Service\\Books\\DictlayerdataDictWordsSenses
79 public function setPartOfSpeech($partOfSpeech) argument
81 $this->partOfSpeech = $partOfSpeech;
88 return $this->partOfSpeech;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DToken.php64 public function setPartOfSpeech(PartOfSpeech $partOfSpeech) argument
66 $this->partOfSpeech = $partOfSpeech;
73 return $this->partOfSpeech;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1609 public $partOfSpeech; variable in Google_BooksLayerDictDataDictWordsSenses
1633 public function setPartOfSpeech( $partOfSpeech) { argument
1634 $this->partOfSpeech = $partOfSpeech;
1637 return $this->partOfSpeech;