StructureNSText
NSTextCheckingKey
No overview available. 概要は利用可能でありません。
Availability 有効性
- iOS 11.0+
- iPadOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
- watchOS 4.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
struct NSTextCheckingKey, @unchecked Sendable
Topics 話題
Initializers イニシャライザ
Type Properties 型プロパティ
static let airline: NSTextCheckingKey
A key that corresponds to the airline of a transit result.
輸送機関結果の航空路線に対応するキー。
static let city: NSTextCheckingKey
A key that corresponds to the city component of the address.
住所の都市構成要素に対応するキー。
static let country: NSTextCheckingKey
A key that corresponds to the country or region component of the address.
住所の国または地域(リージョン)構成要素に対応するキー。
static let flight: NSTextCheckingKey
A key that corresponds to the flight component of a transit result.
輸送機関結果の便構成要素に対応するキー。
static let jobTitle : NSTextCheckingKey
A key that corresponds to the job component of the address.
住所の職業構成要素に対応するキー。
static let name: NSTextCheckingKey
A key that corresponds to the name component of the address.
住所の名前構成要素に対応するキー。
static let organization: NSTextCheckingKey
A key that corresponds to the organization component of the address.
住所の組織構成要素に対応するキー。
static let phone: NSTextCheckingKey
A key that corresponds to the phone number component of the address.
住所の電話番号構成要素に対応するキー。
static let state: NSTextCheckingKey
A key that corresponds to the state or province component of the address.
住所の州または県構成要素に対応するキー。
static let street: NSTextCheckingKey
A key that corresponds to the street address component of the address.
住所の通り住所構成要素に対応するキー。
static let zip: NSTextCheckingKey
A key that corresponds to the zip code or postal code component of the address.
住所のzipまたはpostal(郵便)番号構成要素に対応するキー。