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
自然言語サポートを管理する
lenient
A Boolean value that indicates whether the receiver uses heuristics when parsing a string.
文字列を構文解析するときレシーバが発見的手法を使うかどうかを指し示すブール値。
doesRelativeDateFormatting
A Boolean value that indicates whether the receiver uses phrases such as “today” and “tomorrow” for the date component.
レシーバが語句、例えば “today” や “tomorrow” を日付構成要素に対して使うかどうかを指し示すブール値。