Readonly Exposes User DatadataOutput as a Float32Array. Usable when mode is set to MachineLearning.OutputMode.Data.
The data layout of the current BasePlaceholder, which defines the order in which multidimensional data is accessed in memory. The default layout is MachineLearning.DataLayout.NHWC.
ReadonlyinternalThe internal data layout of the current BasePlaceholder. This layout is used by ML backend. If dataLayout is not the same as internalDataLayout, a layout conversion will happen when process models input/output.
Which type of data the output is provided as. For example, Texture or Data.
ReadonlynameThe name of the Placeholder.
ReadonlyshapeThe shape of the Placeholder's data.
ReadonlytextureOutput as a Texture. Usable when mode is set to MachineLearning.OutputMode.Texture.
ReadonlytransformerTransformer 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.
See
Returned By: MLComponent#getOutput, OutputBuilder#build
Example