ee.Image.projection

Returns the default projection of an Image. Throws an error if the bands of the image don't all have the same projection.

UsageReturns
Image.projection()Projection
ArgumentTypeDetails
this: imageImageThe image from which to get the projection.