Package | com.tuarua.firebase.ml.vision.document |
Class | public class DocumentText |
Inheritance | DocumentText ![]() |
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:String
String representation of the recognized document text.
dispose | () | method |
public function dispose():void
Disposes the native code associated with this DocumentText.