Packagecom.tuarua.firebase.ml.vision.document
Classpublic class DocumentTextSymbol
InheritanceDocumentTextSymbol Inheritance Object

A document text symbol recognized in an image.



Public Properties
 PropertyDefined 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
Property Detail
confidenceproperty
public var confidence:Number

The confidence of the recognized document text symbol.

frameproperty 
public var frame:Rectangle

The rectangle that contains the document text symbol relative to the image in the default coordinate space.

recognizedBreakproperty 
public var recognizedBreak:RecognizedBreak

The recognized start or end of the document text symbol.

recognizedLanguagesproperty 
public var recognizedLanguages:Vector.<TextRecognizedLanguage>

An array of recognized languages in the document text symbol. If no languages are recognized, the array is empty.

textproperty 
public var text:String

String representation of the document text symbol that was recognized.