Packagecom.tuarua.firebase.ml.custom
Classpublic final class ModelElementType
InheritanceModelElementType Inheritance Object

This enum specifies the type of elements in the custom model's input or output.



Public Constants
 ConstantDefined By
  byte : uint = 3
[static] 8-bit unsigned integer.
ModelElementType
  float32 : uint = 1
[static] 32-bit single precision floating point.
ModelElementType
  int32 : uint = 2
[static] 32-bit signed integer.
ModelElementType
  long : int = 4
[static] 64-bit signed integer.
ModelElementType
  unknown : uint = 0
[static] Element type unknown/undefined.
ModelElementType
Constant Detail
byteConstant
public static const byte:uint = 3

8-bit unsigned integer.

float32Constant 
public static const float32:uint = 1

32-bit single precision floating point.

int32Constant 
public static const int32:uint = 2

32-bit signed integer.

longConstant 
public static const long:int = 4

64-bit signed integer.

unknownConstant 
public static const unknown:uint = 0

Element type unknown/undefined.