[[["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-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eImagesServicePb.InputSettingsOrBuilder\u003c/code\u003e interface extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e and provides methods to manage image input settings.\u003c/p\u003e\n"],["\u003cp\u003eIt offers methods to check and retrieve EXIF orientation correction settings, such as \u003ccode\u003egetCorrectExifOrientation\u003c/code\u003e and \u003ccode\u003ehasCorrectExifOrientation\u003c/code\u003e, and similarly for deprecated settings.\u003c/p\u003e\n"],["\u003cp\u003eThe interface also includes methods to manage the handling of transparent pixels with \u003ccode\u003egetTransparentSubstitutionRgb\u003c/code\u003e and related checking methods.\u003c/p\u003e\n"],["\u003cp\u003eIt allows checking whether or not image metadata should be parsed with the methods \u003ccode\u003egetParseMetadata\u003c/code\u003e and \u003ccode\u003ehasParseMetadata\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eSeveral methods return boolean values, such as \u003ccode\u003egetDeprecatedCorrectExifOrientationSet\u003c/code\u003e, \u003ccode\u003ehasDeprecatedCorrectExifOrientationSet\u003c/code\u003e, and \u003ccode\u003ehasParseMetadata\u003c/code\u003e, indicating the presence or absence of specific settings.\u003c/p\u003e\n"]]],[],null,["# Interface ImagesServicePb.InputSettingsOrBuilder (2.0.0)\n\n public static interface ImagesServicePb.InputSettingsOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getCorrectExifOrientation()\n\n public abstract ImagesServicePb.InputSettings.ORIENTATION_CORRECTION_TYPE getCorrectExifOrientation()\n\n### getDeprecatedCorrectExifOrientationSet()\n\n public abstract boolean getDeprecatedCorrectExifOrientationSet()\n\n### getDeprecatedTransparentSubstitutionRgbSet()\n\n public abstract boolean getDeprecatedTransparentSubstitutionRgbSet()\n\n### getParseMetadata()\n\n public abstract boolean getParseMetadata()\n\n### getTransparentSubstitutionRgb()\n\n public abstract int getTransparentSubstitutionRgb()\n\n### hasCorrectExifOrientation()\n\n public abstract boolean hasCorrectExifOrientation()\n\n### hasDeprecatedCorrectExifOrientationSet()\n\n public abstract boolean hasDeprecatedCorrectExifOrientationSet()\n\n### hasDeprecatedTransparentSubstitutionRgbSet()\n\n public abstract boolean hasDeprecatedTransparentSubstitutionRgbSet()\n\n### hasParseMetadata()\n\n public abstract boolean hasParseMetadata()\n\n### hasTransparentSubstitutionRgb()\n\n public abstract boolean hasTransparentSubstitutionRgb()"]]