FirebaseMLVision Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
FIRVisionBarcodePersonName
@interface FIRVisionBarcodePersonName : NSObject
A person’s name, both formatted and as individual name components.
-
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *formattedName;
-
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *first;
-
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *last;
-
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *middle;
-
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *prefix;
-
Designates a text string to be set as the kana name in the phonebook.
Used for Japanese contacts.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *pronounciation;
-
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *suffix;
-
Declaration
Objective-C
- (nonnull instancetype)init;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-11 UTC.
[[["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,["FIRVisionBarcodePersonName \n\n\n @interface FIRVisionBarcodePersonName : NSObject\n\nA person's name, both formatted and as individual name components.\n- `\n ``\n ``\n `\n\n [formattedName](#/c:objc(cs)FIRVisionBarcodePersonName(py)formattedName)`\n ` \n Properly formatted name. \n\n Declaration \n Objective-C \n\n @property (nonatomic, readonly, nullable) NSString *formattedName;\n\n- `\n ``\n ``\n `\n\n [first](#/c:objc(cs)FIRVisionBarcodePersonName(py)first)`\n ` \n First name. \n\n Declaration \n Objective-C \n\n @property (nonatomic, readonly, nullable) NSString *first;\n\n- `\n ``\n ``\n `\n\n [last](#/c:objc(cs)FIRVisionBarcodePersonName(py)last)`\n ` \n Last name. \n\n Declaration \n Objective-C \n\n @property (nonatomic, readonly, nullable) NSString *last;\n\n- `\n ``\n ``\n `\n\n [middle](#/c:objc(cs)FIRVisionBarcodePersonName(py)middle)`\n ` \n Middle name. \n\n Declaration \n Objective-C \n\n @property (nonatomic, readonly, nullable) NSString *middle;\n\n- `\n ``\n ``\n `\n\n [prefix](#/c:objc(cs)FIRVisionBarcodePersonName(py)prefix)`\n ` \n Name prefix. \n\n Declaration \n Objective-C \n\n @property (nonatomic, readonly, nullable) NSString *prefix;\n\n- `\n ``\n ``\n `\n\n [pronounciation](#/c:objc(cs)FIRVisionBarcodePersonName(py)pronounciation)`\n ` \n Designates a text string to be set as the kana name in the phonebook.\n Used for Japanese contacts. \n\n Declaration \n Objective-C \n\n @property (nonatomic, readonly, nullable) NSString *pronounciation;\n\n- `\n ``\n ``\n `\n\n [suffix](#/c:objc(cs)FIRVisionBarcodePersonName(py)suffix)`\n ` \n Name suffix. \n\n Declaration \n Objective-C \n\n @property (nonatomic, readonly, nullable) NSString *suffix;\n\n- `\n ``\n ``\n `\n\n [-init](#/c:objc(cs)FIRVisionBarcodePersonName(im)init)`\n ` \n Unavailable. \n\n Declaration \n Objective-C \n\n - (nonnull instancetype)init;"]]