We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c7c3a commit 21af3c9Copy full SHA for 21af3c9
google/generativeai/types/image_types/_image_types.py
@@ -120,8 +120,6 @@ def __bool__(self):
120
raise ValueError(f"Unrecognized result: {decision}")
121
122
123
-
124
125
class Image:
126
"""Image."""
127
@@ -216,8 +214,6 @@ def _as_base64_string(self) -> str:
216
214
def _repr_png_(self):
217
215
return self._pil_image._repr_png_() # type:ignore
218
219
- check_watermark = check_watermark
220
221
222
_EXIF_USER_COMMENT_TAG_IDX = 0x9286
223
_IMAGE_GENERATION_PARAMETERS_EXIF_KEY = (
0 commit comments