TextClassificationContext.Builder(String, String) Constructor
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.
Initializes a new builder for text classification context objects.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=28)]
public Builder (string packageName, string widgetType);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=28)>]
new Android.Views.TextClassifiers.TextClassificationContext.Builder : string * string -> Android.Views.TextClassifiers.TextClassificationContext.Builder
Parameters
- packageName
- String
the name of the calling package
- widgetType
- String
the type of widget e.g. TextClassifier#WIDGET_TYPE_TEXTVIEW
- Attributes
Remarks
Initializes a new builder for text classification context objects.
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.