TextClassificationManager.SetTextClassificationSessionFactory 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.
Sets a TextClassificationSessionFactory to be used to create session-aware TextClassifiers.
[Android.Runtime.Register("setTextClassificationSessionFactory", "(Landroid/view/textclassifier/TextClassificationSessionFactory;)V", "", ApiSince=28)]
public void SetTextClassificationSessionFactory (Android.Views.TextClassifiers.ITextClassificationSessionFactory? factory);
[<Android.Runtime.Register("setTextClassificationSessionFactory", "(Landroid/view/textclassifier/TextClassificationSessionFactory;)V", "", ApiSince=28)>]
member this.SetTextClassificationSessionFactory : Android.Views.TextClassifiers.ITextClassificationSessionFactory -> unit
Parameters
the textClassification session factory. If this is null, the default factory will be used.
- Attributes
Remarks
Sets a TextClassificationSessionFactory to be used to create session-aware TextClassifiers.
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.