[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-24 UTC."],[],[],null,["# ImageProperties\n\npublic abstract class **ImageProperties** \nGroups a set of properties to describe how an image is stored. \n\n### Public Methods\n\n|--------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract int | [getImageFormat](/edge/api/tflite/java/com/google/android/odml/image/ImageProperties#getImageFormat())() Gets the pixel format of the image. |\n| abstract int | [getStorageType](/edge/api/tflite/java/com/google/android/odml/image/ImageProperties#getStorageType())() Gets the storage type of the image. |\n| abstract int | [hashCode](/edge/api/tflite/java/com/google/android/odml/image/ImageProperties#hashCode())() |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|\n| boolean | equals([Object](https://developer.android.com/reference/java/lang/Object.html) arg0) |\n| final [Class](https://developer.android.com/reference/java/lang/Class.html)\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| [String](https://developer.android.com/reference/java/lang/String.html) | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public abstract int\n**getImageFormat**\n()\n\nGets the pixel format of the image. \n\n##### See Also\n\n- [MlImage.ImageFormat](/edge/api/tflite/java/com/google/android/odml/image/MlImage.ImageFormat) \n\n#### public abstract int\n**getStorageType**\n()\n\nGets the storage type of the image. \n\n##### See Also\n\n- [MlImage.StorageType](/edge/api/tflite/java/com/google/android/odml/image/MlImage.StorageType) \n\n#### public abstract int\n**hashCode**\n()\n\n\u003cbr /\u003e"]]