The human readable label text in American English. For example: “Balloon”.
This string is not fit for display purposes, as it is not localized. Use the
entityID and query the Knowledge Graph to get a localized description of the label text.
Opaque entity ID used to query the Knowledge Graph to get a localized description of the label
text. Some IDs may be available in Google Knowledge Graph Search API.
[[["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\nVisionImageLabel\n================\n\n class VisionImageLabel : NSObject\n\nRepresents a label for an image.\n- `\n ``\n ``\n `\n\n ### [text](#/c:objc(cs)FIRVisionImageLabel(py)text)\n\n `\n ` \n The human readable label text in American English. For example: \"Balloon\".\n\n This string is not fit for display purposes, as it is not localized. Use the\n [entityID](../Classes/VisionImageLabel.html#/c:objc(cs)FIRVisionImageLabel(py)entityID) and query the Knowledge Graph to get a localized description of the label text. \n\n #### Declaration\n\n Swift \n\n var text: String { get }\n\n- `\n ``\n ``\n `\n\n ### [confidence](#/c:objc(cs)FIRVisionImageLabel(py)confidence)\n\n `\n ` \n Confidence for the label in range \\[0, 1\\]. The value is a `floatValue`. \n\n #### Declaration\n\n Swift \n\n var confidence: NSNumber? { get }\n\n- `\n ``\n ``\n `\n\n ### [entityID](#/c:objc(cs)FIRVisionImageLabel(py)entityID)\n\n `\n ` \n Opaque entity ID used to query the Knowledge Graph to get a localized description of the label\n text. Some IDs may be available in [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/). \n\n #### Declaration\n\n Swift \n\n var entityID: String? { get }\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRVisionImageLabel(im)init)\n\n `\n ` \n Unavailable."]]