Home
last modified time | relevance | path

Searched refs:TextAnnotation (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
DAnnotateImageResponse.php31 protected $fullTextAnnotationType = TextAnnotation::class;
109 * @param TextAnnotation
111 public function setFullTextAnnotation(TextAnnotation $fullTextAnnotation)
116 * @return TextAnnotation
DTextAnnotation.php20 class TextAnnotation extends \Google\Collection class
61 class_alias(TextAnnotation::class, 'Google_Service_Vision_TextAnnotation');
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js28450 return new TextAnnotation(parameters);
29275 var TextAnnotation =
29278 _inherits(TextAnnotation, _MarkupAnnotation);
29280 function TextAnnotation(parameters) {
29283 _classCallCheck(this, TextAnnotation);
29286 … _this7 = _possibleConstructorReturn(this, _getPrototypeOf(TextAnnotation).call(this, parameters));
29300 return TextAnnotation;
Dpdf.worker.js.map1TextAnnotation(parameters);\n\n case 'Widget':\n let fieldType = getInheritablePropert…