Package | com.tuarua.firebase.ml.custom |
Class | public class ModelInputs |
Inheritance | ModelInputs ![]() |
Property | Defined By | ||
---|---|---|---|
input : ByteArray [read-only] | ModelInputs |
Method | Defined By | ||
---|---|---|---|
ModelInputs | |||
addInput(value:ByteArray):void
Appends an input at the next index. | ModelInputs |
input | property |
input:ByteArray
[read-only] public function get input():ByteArray
ModelInputs | () | Constructor |
public function ModelInputs()
addInput | () | method |
public function addInput(value:ByteArray):void
Appends an input at the next index. The index starts from 0 and is incremented each time an input is added.
Parameters
value:ByteArray — Input data for the next index. Input can be ByteArray , or a one-dimensional or multi-dimensional
array of Number s (Number, int, string).
|