[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003e\u003ccode\u003eInputSettings\u003c/code\u003e defines how an \u003ccode\u003eImage\u003c/code\u003e is interpreted during a transform.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits members from the \u003ccode\u003eObject\u003c/code\u003e class, including methods for cloning, comparing, and getting class information.\u003c/p\u003e\n"],["\u003cp\u003eAn \u003ccode\u003eInputSettings\u003c/code\u003e object can be created with a default orientation correction of \u003ccode\u003eOrientationCorrection#UNCHANGED_ORIENTATION\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can get or set the action taken for image orientation correction based on metadata using \u003ccode\u003egetOrientationCorrection()\u003c/code\u003e and \u003ccode\u003esetOrientationCorrection()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Class InputSettings (2.0.0)\n\n public class InputSettings\n\n`InputSettings` represents the different settings to specify how\nan [Image](/appengine/docs/standard/java-gen2/reference/services/bundled/latest/com.google.appengine.api.images.Image) is interpreted by a transform. \n\nInheritance\n-----------\n\n[java.lang.Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e InputSettings \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nConstructors\n------------\n\n### InputSettings()\n\n public InputSettings()\n\nCreate an InputSettings with default orientation correction of\nOrientationCorrection#UNCHANGED_ORIENTATION.\n\nMethods\n-------\n\n### getOrientationCorrection()\n\n public InputSettings.OrientationCorrection getOrientationCorrection()\n\nGet what action to take with respect to correcting image orientation based\non image metadata.\n\n### setOrientationCorrection(InputSettings.OrientationCorrection orientationCorrection)\n\n public void setOrientationCorrection(InputSettings.OrientationCorrection orientationCorrection)\n\nSet what action to take with respect to correcting image orientation based\non image metadata."]]