Home
last modified time | relevance | path

Searched refs:TextProperty (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DSymbol.php28 protected $propertyType = TextProperty::class;
64 * @param TextProperty
66 public function setProperty(TextProperty $property)
71 * @return TextProperty
H A DWord.php29 protected $propertyType = TextProperty::class;
63 * @param TextProperty
65 public function setProperty(TextProperty $property)
70 * @return TextProperty
H A DParagraph.php29 protected $propertyType = TextProperty::class;
63 * @param TextProperty
65 public function setProperty(TextProperty $property)
70 * @return TextProperty
H A DPage.php33 protected $propertyType = TextProperty::class;
83 * @param TextProperty
85 public function setProperty(TextProperty $property)
90 * @return TextProperty
H A DBlock.php35 protected $propertyType = TextProperty::class;
95 * @param TextProperty
97 public function setProperty(TextProperty $property)
102 * @return TextProperty
H A DTextProperty.php20 class TextProperty extends \Google\Collection class
59 class_alias(TextProperty::class, 'Google_Service_Vision_TextProperty');