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/
DSymbol.php28 protected $propertyType = TextProperty::class;
64 * @param TextProperty
66 public function setProperty(TextProperty $property)
71 * @return TextProperty
DParagraph.php29 protected $propertyType = TextProperty::class;
63 * @param TextProperty
65 public function setProperty(TextProperty $property)
70 * @return TextProperty
DWord.php29 protected $propertyType = TextProperty::class;
63 * @param TextProperty
65 public function setProperty(TextProperty $property)
70 * @return TextProperty
DPage.php33 protected $propertyType = TextProperty::class;
83 * @param TextProperty
85 public function setProperty(TextProperty $property)
90 * @return TextProperty
DBlock.php35 protected $propertyType = TextProperty::class;
95 * @param TextProperty
97 public function setProperty(TextProperty $property)
102 * @return TextProperty
DTextProperty.php20 class TextProperty extends \Google\Collection class
59 class_alias(TextProperty::class, 'Google_Service_Vision_TextProperty');