ee.Model.predictImage

Make predictions from pixel tiles of an image. The predictions are merged as bands with the input image.

The model will receive 0s in place of masked pixels. The masks of predicted output bands are the minimum of the masks of the inputs.

UsageReturns
Model.predictImage(image)Image
ArgumentTypeDetails
this: modelModel
imageImageThe input image.