| Package | com.tuarua.firebase.ml.vision.document |
| Class | public class DocumentTextWord |
| Inheritance | DocumentTextWord Object |
| 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:NumberThe confidence of the recognized document text word.
| frame | property |
public var frame:RectangleThe rectangle that contains the document text word relative to the image in the default coordinate space.
| recognizedBreak | property |
public var recognizedBreak:RecognizedBreakThe 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:StringString representation of the document text word that was recognized.