Packagecom.tuarua.firebase.ml.vision.barcode
Classpublic class BarcodeURLBookmark
InheritanceBarcodeURLBookmark Inheritance Object

A URL and title from a 'MEBKM:' or similar QR Code type.



Public Properties
 PropertyDefined By
  title : String
[read-only] A URL bookmark title.
BarcodeURLBookmark
  url : String
[read-only] A URL bookmark url.
BarcodeURLBookmark
Property Detail
titleproperty
title:String  [read-only]

A URL bookmark title.


Implementation
    public function get title():String
urlproperty 
url:String  [read-only]

A URL bookmark url.


Implementation
    public function get url():String