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
NOTE: This Class is not available since Android 15.

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
NOTE: This Class is not available since Android 15.
 
KnoxAiSession.ModelInputType  FD  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiSession.ModelInputType  FILEPATH  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
Public Methods
int getValue()
Deprecated in API level 37
NOTE: This Class is not available since Android 15.
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
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelInputType FD

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelInputType FILEPATH

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

Public Methods

public int getValue ()

Since: API level 34

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

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