Package | com.tuarua.firebase.ml.vision.document |
Class | public class DocumentTextWord |
Inheritance | DocumentTextWord ![]() |
Property | Defined By | ||
---|---|---|---|
confidence : Number
The confidence of the recognized document text word. | DocumentTextWord | ||
frame : Rectangle
The rectangle that contains the document text word relative to the image in the default
coordinate space. | DocumentTextWord | ||
recognizedBreak : RecognizedBreak
The recognized start or end of the document text word. | DocumentTextWord | ||
recognizedLanguages : Vector.<TextRecognizedLanguage>
An array of recognized languages in the document text word. | DocumentTextWord | ||
symbols : Vector.<DocumentTextSymbol> [read-only]
An array of symbols in the document text word. | DocumentTextWord | ||
text : String
String representation of the document text word that was recognized. | DocumentTextWord |
confidence | property |
public var confidence:Number
The confidence of the recognized document text word.
frame | property |
public var frame:Rectangle
The rectangle that contains the document text word relative to the image in the default coordinate space.
recognizedBreak | property |
public var recognizedBreak:RecognizedBreak
The recognized start or end of the document text word.
recognizedLanguages | property |
public var recognizedLanguages:Vector.<TextRecognizedLanguage>
An array of recognized languages in the document text word. If no languages are recognized, the array is empty.
symbols | property |
symbols:Vector.<DocumentTextSymbol>
[read-only] An array of symbols in the document text word.
public function get symbols():Vector.<DocumentTextSymbol>
text | property |
public var text:String
String representation of the document text word that was recognized.