TextClassifier.TimeoutNoTimeout Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use 'Android.Views.TextClassifiers.ITextClassifier.TimeoutNoTimeout'. This class will be removed in a future release.
Sentinel value for #EXTRA_CLASSIFICATION_TIMEOUT_MS indicating that there is no
strict classification timeout (e.
[Android.Runtime.Register("TIMEOUT_NO_TIMEOUT", ApiSince=37)]
[System.Obsolete("Use 'Android.Views.TextClassifiers.ITextClassifier.TimeoutNoTimeout'. This class will be removed in a future release.")]
public const long TimeoutNoTimeout = 0;
[<Android.Runtime.Register("TIMEOUT_NO_TIMEOUT", ApiSince=37)>]
[<System.Obsolete("Use 'Android.Views.TextClassifiers.ITextClassifier.TimeoutNoTimeout'. This class will be removed in a future release.")>]
val mutable TimeoutNoTimeout : int64
Field Value
Value = 0- Attributes