Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DAnnotateImageResponse.php31 protected $fullTextAnnotationType = TextAnnotation::class;
109 * @param TextAnnotation
111 public function setFullTextAnnotation(TextAnnotation $fullTextAnnotation)
116 * @return TextAnnotation
H A DTextAnnotation.php20 class TextAnnotation extends \Google\Collection class
61 class_alias(TextAnnotation::class, 'Google_Service_Vision_TextAnnotation');
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md107 * `FIX`: do not resize `bpmn:TextAnnotation` when using space tool ([#1344](https://github.com/bpmn…
/plugin/pdfjs/pdfjs/build/
H A 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;
H A Dpdf.worker.js.map1TextAnnotation(parameters);\n\n case 'Widget':\n let fieldType = getInheritablePropert…