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