Packagecom.tuarua.firebase.ml.vision.barcode
Classpublic class BarcodeSMS
InheritanceBarcodeSMS Inheritance Object

An SMS message from an 'SMS:' or similar QR Code type.



Public Properties
 PropertyDefined By
  message : String
[read-only] An SMS message body.
BarcodeSMS
  phoneNumber : String
[read-only] An SMS message phone number.
BarcodeSMS
Property Detail
messageproperty
message:String  [read-only]

An SMS message body.


Implementation
    public function get message():String
phoneNumberproperty 
phoneNumber:String  [read-only]

An SMS message phone number.


Implementation
    public function get phoneNumber():String