FirebaseModelDataType

public final class FirebaseModelDataType extends Object

This class is deprecated.
For more information refer to the custom model implementation instructions.

Data types supported by FirebaseModelInputs.

Nested Class Summary

@interface FirebaseModelDataType.DataType Supported data types for FirebaseModelInputs

Constant Summary

int BYTE Byte data type.
int FLOAT32 32 bit float data type.
int INT32 32 bit integer data type.
int LONG Long data type.

Public Constructor Summary

Inherited Method Summary

Constants

public static final int BYTE

Byte data type.

Constant Value: 3

public static final int FLOAT32

32 bit float data type.

Constant Value: 1

public static final int INT32

32 bit integer data type.

Constant Value: 2

public static final int LONG

Long data type.

Constant Value: 4

Public Constructors

public FirebaseModelDataType ()