| Package | com.tuarua.firebase.ml.vision.document |
| Class | public class DocumentTextSymbol |
| Inheritance | DocumentTextSymbol Object |
| Property | Defined By | ||
|---|---|---|---|
| confidence : Number
The confidence of the recognized document text symbol. | DocumentTextSymbol | ||
| frame : Rectangle
The rectangle that contains the document text symbol relative to the image in the default
coordinate space. | DocumentTextSymbol | ||
| recognizedBreak : RecognizedBreak
The recognized start or end of the document text symbol. | DocumentTextSymbol | ||
| recognizedLanguages : Vector.<TextRecognizedLanguage>
An array of recognized languages in the document text symbol. | DocumentTextSymbol | ||
| text : String
String representation of the document text symbol that was recognized. | DocumentTextSymbol | ||
| confidence | property |
public var confidence:NumberThe confidence of the recognized document text symbol.
| frame | property |
public var frame:RectangleThe rectangle that contains the document text symbol relative to the image in the default coordinate space.
| recognizedBreak | property |
public var recognizedBreak:RecognizedBreakThe recognized start or end of the document text symbol.
| recognizedLanguages | property |
public var recognizedLanguages:Vector.<TextRecognizedLanguage>An array of recognized languages in the document text symbol. If no languages are recognized, the array is empty.
| text | property |
public var text:StringString representation of the document text symbol that was recognized.