Packagecom.tuarua.firebase.ml.vision.text
Classpublic class CloudText
InheritanceCloudText Inheritance Object

Recognized text in an image.



Public Properties
 PropertyDefined By
  blocks : Vector.<CloudTextBlock>
An array of blocks recognized in the text.
CloudText
  text : String
String representation of the recognized text.
CloudText
Public Methods
 MethodDefined By
  
CloudText
Property Detail
blocksproperty
public var blocks:Vector.<CloudTextBlock>

An array of blocks recognized in the text.

textproperty 
public var text:String

String representation of the recognized text.

Constructor Detail
CloudText()Constructor
public function CloudText()