| Package | com.tuarua.firebase.ml.vision.document |
| Class | public class DocumentText |
| Inheritance | DocumentText Object |
| Property | Defined By | ||
|---|---|---|---|
| blocks : Vector.<DocumentTextBlock> [read-only]
An array of blocks recognized in the document text. | DocumentText | ||
| text : String
String representation of the recognized document text. | DocumentText | ||
| Method | Defined By | ||
|---|---|---|---|
dispose():void
Disposes the native code associated with this DocumentText. | DocumentText | ||
| blocks | property |
blocks:Vector.<DocumentTextBlock> [read-only] An array of blocks recognized in the document text.
public function get blocks():Vector.<DocumentTextBlock>| text | property |
public var text:StringString representation of the recognized document text.
| dispose | () | method |
public function dispose():voidDisposes the native code associated with this DocumentText.