Protected
constructorReadonly
Exposes User Data
dataOutput as a Float32Array. Usable when mode
is set to MachineLearning.OutputMode.Data
.
Which type of data the output is provided as. For example, Texture or Data.
Readonly
nameThe name of the Placeholder.
Readonly
shapeThe shape of the Placeholder's data.
Readonly
textureOutput as a Texture. Usable when mode
is set to MachineLearning.OutputMode.Texture
.
Readonly
transformerTransformer object for applying transformations on the PlaceHolder's data.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Provides output data from the neural network used by an MLComponent. For more information, see the MLComponent Scripting guide.
Example