ImgSize
Specifies the size for image results.
Enums |
imgSizeUndefined |
No image size specified. |
HUGE |
Only the largest possible images. |
ICON |
Only very small icon-sized images. |
LARGE |
Only large images. |
MEDIUM |
Only medium images. |
SMALL |
Only small images. |
XLARGE |
Only very large images. |
XXLARGE |
Only extremely large images. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[null,null,["Last updated 2024-08-21 UTC."],[[["Defines image sizes for image search results, ranging from icons to extremely large images."],["Developers can use these size specifications to retrieve images of specific dimensions."],["Includes options for huge, large, medium, small, extra large, and extra extra large images, as well as icon-sized and unspecified sizes."],["The `imgSizeUndefined` enum value indicates that no specific image size is requested."]]],[]]