Since: API level 34
public static final enum

KnoxAiSession.ModelInputType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.samsung.android.knox.ex.knoxAI.KnoxAiSession.ModelInputType

Deprecated in API level 37

Class Overview

The Model input type constants, used for KfaOptions.

Since
API level 34
KNOX 3.7.1

Summary

Enum Values
KnoxAiSession.ModelInputType  BUFFER  Deprecated in API level 37  
KnoxAiSession.ModelInputType  FD  Deprecated in API level 37  
KnoxAiSession.ModelInputType  FILEPATH  Deprecated in API level 37  
Public Methods
int getValue()
Deprecated in API level 37
static KnoxAiSession.ModelInputType valueOf(String name)
final static ModelInputType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final KnoxAiSession.ModelInputType BUFFER

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelInputType FD

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelInputType FILEPATH

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

Public Methods

public int getValue ()

Since: API level 34

Deprecated in API level 37

To retrieve the integer value.

Since
API level 34
KNOX 3.7.1

public static KnoxAiSession.ModelInputType valueOf (String name)

Since: API level 36

public static final ModelInputType[] values ()

Since: API level 36