Google_OutputOutputMulti
The Google Books Importer Google OutputOutputMulti class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_PredictionService.php
- class Google_OutputOutputMulti extends Google_Model {
- public $label;
- public $score;
- public function setLabel( $label) {
- $this->label = $label;
- }
- public function getLabel() {
- return $this->label;
- }
- public function setScore( $score) {
- $this->score = $score;
- }
- public function getScore() {
- return $this->score;
- }
- }