Instance Method インスタンスメソッド

allowsNaturalLanguage

Returns a Boolean value that indicates whether the receiver attempts to process dates entered as a vernacular string. あるブール値を返します、それはレシーバがその土地固有の文字列として入力された日付を処理しようとするかどうかを指し示します。

Declaration 宣言

- (BOOL)allowsNaturalLanguage;

Return Value 戻り値

YES if the receiver attempts to process dates entered as a vernacular string (“today,” “next week,” “dinner time,” and so on), otherwise NO. YES、もしレシーバがその土地固有の文字列として入力された日付を処理しようとするならば(“today”、“next week”、“dinner time”、など)、そうでなければNO

Discussion 議論

Natural-language processing supports only a limited set of colloquial phrases, primarily in English. It may give unexpected results, and its use is strongly discouraged. 自然言語処理は、ある限られた一揃いの口語的語句のみをサポートします、主として英語での。それは予想しない結果を与えるかもしれません、そしてそれの利用は強く反対されます。

Special Considerations 特別な注意事項

This method is for use with formatters using NSDateFormatterBehavior10_0 behavior. このメソッドは、NSDateFormatterBehavior10_0挙動を使っているフォーマッタと共に使うためのものです。

See Also 参照

Managing Natural Language Support 自然言語サポートを管理する