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,["FIRVisionImageLabel \n\n\n @interface FIRVisionImageLabel : NSObject\n\nRepresents a label for an image.\n- `\n ``\n ``\n `\n\n [text](#/c:objc(cs)FIRVisionImageLabel(py)text)`\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/FIRVisionImageLabel.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 Objective-C \n\n @property (nonatomic, copy, readonly) NSString *_Nonnull text;\n\n- `\n ``\n ``\n `\n\n [confidence](#/c:objc(cs)FIRVisionImageLabel(py)confidence)`\n ` \n Confidence for the label in range \\[0, 1\\]. The value is a `floatValue`. \n\n Declaration \n Objective-C \n\n @property (nonatomic, readonly, nullable) NSNumber *confidence;\n\n- `\n ``\n ``\n `\n\n [entityID](#/c:objc(cs)FIRVisionImageLabel(py)entityID)`\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 Objective-C \n\n @property (nonatomic, copy, readonly, nullable) NSString *entityID;\n\n- `\n ``\n ``\n `\n\n [-init](#/c:objc(cs)FIRVisionImageLabel(im)init)`\n ` \n Unavailable. \n\n Declaration \n Objective-C \n\n - (nonnull instancetype)init;"]]