The four corner points of the text element in clockwise order starting with the top left point
relative to the image in the default coordinate space. The NSValue objects are CGPoints. For
cloud text recognizers, the array is nil.
The confidence of the recognized text element. The value is nil for all text recognizers except
for cloud text recognizers with model type VisionCloudTextModelType.dense.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-02-11 UTC."],[],[],null,["# FirebaseMLVision Framework Reference\n\nVisionTextElement\n=================\n\n class VisionTextElement : NSObject\n\nA text element recognized in an image. A text element is roughly equivalent to a space-separated\nword in most Latin-script languages.\n- `\n ``\n ``\n `\n\n ### [text](#/c:objc(cs)FIRVisionTextElement(py)text)\n\n `\n ` \n String representation of the text element that was recognized. \n\n #### Declaration\n\n Swift \n\n var text: String { get }\n\n- `\n ``\n ``\n `\n\n ### [frame](#/c:objc(cs)FIRVisionTextElement(py)frame)\n\n `\n ` \n The rectangle that contains the text element relative to the image in the default coordinate\n space. \n\n #### Declaration\n\n Swift \n\n var frame: CGRect { get }\n\n- `\n ``\n ``\n `\n\n ### [recognizedLanguages](#/c:objc(cs)FIRVisionTextElement(py)recognizedLanguages)\n\n `\n ` \n An array of recognized languages in the text element. (Cloud API only.) \n\n #### Declaration\n\n Swift \n\n var recognizedLanguages: [FIRVisionTextRecognizedLanguage] { get }\n\n- `\n ``\n ``\n `\n\n ### [cornerPoints](#/c:objc(cs)FIRVisionTextElement(py)cornerPoints)\n\n `\n ` \n The four corner points of the text element in clockwise order starting with the top left point\n relative to the image in the default coordinate space. The `NSValue` objects are `CGPoint`s. For\n cloud text recognizers, the array is `nil`. \n\n #### Declaration\n\n Swift \n\n var cornerPoints: [NSValue]? { get }\n\n- `\n ``\n ``\n `\n\n ### [confidence](#/c:objc(cs)FIRVisionTextElement(py)confidence)\n\n `\n ` \n The confidence of the recognized text element. The value is `nil` for all text recognizers except\n for cloud text recognizers with model type [VisionCloudTextModelType.dense](../Enums/VisionCloudTextModelType.html#/c:@E@FIRVisionCloudTextModelType@FIRVisionCloudTextModelTypeDense). \n\n #### Declaration\n\n Swift \n\n var confidence: NSNumber? { get }\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRVisionTextElement(im)init)\n\n `\n ` \n Unavailable."]]