ImgSize
Stay organized with collections
Save and categorize content based on your preferences.
Specifies the size for image results.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["\u003cp\u003eDefines image sizes for image search results, ranging from icons to extremely large images.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use these size specifications to retrieve images of specific dimensions.\u003c/p\u003e\n"],["\u003cp\u003eIncludes options for huge, large, medium, small, extra large, and extra extra large images, as well as icon-sized and unspecified sizes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eimgSizeUndefined\u003c/code\u003e enum value indicates that no specific image size is requested.\u003c/p\u003e\n"]]],[],null,["# ImgSize\n\nSpecifies the size for image results.\n\n| Enums ||\n|--------------------|------------------------------------|\n| `imgSizeUndefined` | No image size specified. |\n| `HUGE` | Only the largest possible images. |\n| `ICON` | Only very small icon-sized images. |\n| `LARGE` | Only large images. |\n| `MEDIUM` | Only medium images. |\n| `SMALL` | Only small images. |\n| `XLARGE` | Only very large images. |\n| `XXLARGE` | Only extremely large images. |"]]