Table of Contents

Class TextClassifierEvent.Builder<T>

Namespace
Android.View.Textclassifier
Assembly
MASES.Netdroid.dll
public class TextClassifierEvent.Builder<T> : JVMBridgeBase<TextClassifierEvent.Builder<T>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition where T : TextClassifierEvent.Builder<T>

Type Parameters

T

TextClassifierEvent.Builder<T>

Inheritance
TextClassifierEvent.Builder<T>
Implements
Derived
Extension Methods

Constructors

Builder(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Builder(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

SetActionIndices(params int[])

public T SetActionIndices(params int[] arg0)

Parameters

arg0 int[]

int

Returns

T

T

SetEntityTypes(params String[])

public T SetEntityTypes(params String[] arg0)

Parameters

arg0 String[]

String

Returns

T

T

SetEventContext(TextClassificationContext)

public T SetEventContext(TextClassificationContext arg0)

Parameters

arg0 TextClassificationContext

TextClassificationContext

Returns

T

T

SetEventIndex(int)

public T SetEventIndex(int arg0)

Parameters

arg0 int

int

Returns

T

T

SetExtras(Bundle)

public T SetExtras(Bundle arg0)

Parameters

arg0 Bundle

Bundle

Returns

T

T

SetLocale(ULocale)

public T SetLocale(ULocale arg0)

Parameters

arg0 ULocale

ULocale

Returns

T

T

SetModelName(String)

public T SetModelName(String arg0)

Parameters

arg0 String

String

Returns

T

T

SetResultId(String)

public T SetResultId(String arg0)

Parameters

arg0 String

String

Returns

T

T

SetScores(params float[])

public T SetScores(params float[] arg0)

Parameters

arg0 float[]

float

Returns

T

T

Operators

implicit operator Builder(Builder<T>)

public static implicit operator TextClassifierEvent.Builder(TextClassifierEvent.Builder<T> t)

Parameters

t TextClassifierEvent.Builder<T>

Returns

TextClassifierEvent.Builder