| Package | com.tuarua.firebase.ml.vision.text | 
| Class | public class CloudText | 
| Inheritance | CloudText    Object | 
| Property | Defined By | ||
|---|---|---|---|
| blocks : Vector.<CloudTextBlock> 
     An array of blocks recognized in the text.  | CloudText | ||
| text : String 
     String representation of the recognized text.  | CloudText | ||
| Method | Defined By | ||
|---|---|---|---|
| CloudText | |||
| blocks | property | 
public var blocks:Vector.<CloudTextBlock>An array of blocks recognized in the text.
| text | property | 
public var text:StringString representation of the recognized text.
| CloudText | () | Constructor | 
public function CloudText()