TextClassifierEntityConfig.ShouldIncludeTypesFromTextClassifier Method
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.
Return whether the client allows the text classifier to include its own list of default types.
[Android.Runtime.Register("shouldIncludeTypesFromTextClassifier", "()Z", "", ApiSince=29)]
public bool ShouldIncludeTypesFromTextClassifier ();
[<Android.Runtime.Register("shouldIncludeTypesFromTextClassifier", "()Z", "", ApiSince=29)>]
member this.ShouldIncludeTypesFromTextClassifier : unit -> bool
Returns
- Attributes
Remarks
Return whether the client allows the text classifier to include its own list of default types. If this function returns true
, a default list of types suggested from a text classifier will be taking into account.
NOTE: This method is intended for use by a text classifier.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.