Packagecom.tuarua.firebase.ml.vision.document
Classpublic class DocumentText
InheritanceDocumentText Inheritance Object

Recognized document text in an image.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
dispose():void
Disposes the native code associated with this DocumentText.
DocumentText
Property Detail
blocksproperty
blocks:Vector.<DocumentTextBlock>  [read-only]

An array of blocks recognized in the document text.


Implementation
    public function get blocks():Vector.<DocumentTextBlock>
textproperty 
public var text:String

String representation of the recognized document text.

Method Detail
dispose()method
public function dispose():void

Disposes the native code associated with this DocumentText.