macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

2013-08-03から1日間の記事一覧

-tagAtIndex:scheme:tokenRange:sentenceRange:

INDEX>Foundation>NSLinguisticTagger> - (NSString *)tagAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(NSRangePointer)tokenRange sentenceRange:(NSRangePointer)sentenceRange 解説 返り値 引数 フレームワーク Foundation …

-stringEditedInRange:changeInLength:

INDEX>Foundation>NSLinguisticTagger> - (void)stringEditedInRange:(NSRange)newCharRange changeInLength:(NSInteger)delta 解説 返り値 引数 フレームワーク Foundation クラス NSLinguisticTagger Instance Methods 使用可能 10.7 iOS 5.0 参照 例文

-string

INDEX>Foundation>NSLinguisticTagger> - (NSString *)string 解説 返り値 引数 フレームワーク Foundation クラス NSLinguisticTagger Instance Methods 使用可能 10.7 iOS 5.0 参照 例文

-setString:

INDEX>Foundation>NSLinguisticTagger> - (void)setString:(NSString *)string 解説 返り値 引数 フレームワーク Foundation クラス NSLinguisticTagger Instance Methods 使用可能 10.7 iOS 5.0 参照 例文

-setOrthography:range:

INDEX>Foundation>NSLinguisticTagger> - (void)setOrthography:(NSOrthography *)orthography range:(NSRange)charRange 解説 返り値 引数 フレームワーク Foundation クラス NSLinguisticTagger Instance Methods 使用可能 10.7 iOS 5.0 参照 例文

-sentenceRangeForRange:

INDEX>Foundation>NSLinguisticTagger> - (NSRange)sentenceRangeForRange:(NSRange)charRange 解説 返り値 引数 フレームワーク Foundation クラス NSLinguisticTagger Instance Methods 使用可能 10.7 iOS 5.0 参照 例文

-possibleTagsAtIndex:scheme:tokenRange:sentenceRange:scores:

INDEX>Foundation>NSLinguisticTagger> - (NSArray *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(NSRangePointer)tokenRange sentenceRange:(NSRangePointer)sentenceRange scores:(NSArray **)scores 解説 返り…

-orthographyAtIndex:effectiveRange:

INDEX>Foundation>NSLinguisticTagger> - (NSOrthography *)orthographyAtIndex:(NSUInteger)charIndex effectiveRange:(NSRangePointer)effectiveRange 解説 返り値 引数 フレームワーク Foundation クラス NSLinguisticTagger Instance Methods 使用可能 1…

-initWithTagSchemes:options:

INDEX>Foundation>NSLinguisticTagger> - (id)initWithTagSchemes:(NSArray *)tagSchemes options:(NSUInteger)opts 解説 返り値 引数 フレームワーク Foundation クラス NSLinguisticTagger Instance Methods 使用可能 10.7 iOS 5.0 参照 例文

-enumerateTagsInRange:scheme:options:usingBlock:

INDEX>Foundation>NSLinguisticTagger> - (void)enumerateTagsInRange:(NSRange)range scheme:(NSString *)tagScheme options:(NSLinguisticTaggerOptions)opts usingBlock:(void (^)(NSString *tag, NSRange tokenRange, NSRange sentenceRange, BOOL *stop…

+availableTagSchemesForLanguage:

INDEX>Foundation>NSLinguisticTagger> + (NSArray *)availableTagSchemesForLanguage:(NSString *)language 東洋ナッツ 素焼きミックスナッツ 15g×30袋出版社/メーカー: 東洋ナッツメディア: 食品&飲料この商品を含むブログを見る 解説 返り値 引数 フレー…