Google_AnalyzeDataDescriptionFeaturesText
The Google Analyticator Google AnalyzeDataDescriptionFeaturesText class.
Defined (1)
The class is defined in the following location(s).
- /google-api-php-client/src/contrib/Google_PredictionService.php
- class Google_AnalyzeDataDescriptionFeaturesText extends Google_Model {
- public $count;
- public function setCount( $count) {
- $this->count = $count;
- }
- public function getCount() {
- return $this->count;
- }
- }