ee.Algorithms.Describe
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מתאר אובייקט באמצעות מבנה פשוט שתואם ל-JSON.
שימוש | החזרות |
---|
ee.Algorithms.Describe(input) | אובייקט |
ארגומנט | סוג | פרטים |
---|
input | אובייקט | האובייקט שרוצים לתאר. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eDescribes the properties of any Earth Engine object, providing information like its type, bands, and other relevant metadata.\u003c/p\u003e\n"],["\u003cp\u003eReturns a JSON-compatible dictionary containing the description of the input object, enabling easy understanding and integration into workflows.\u003c/p\u003e\n"],["\u003cp\u003eUseful for inspecting and understanding the structure and contents of any Earth Engine object, especially when working with complex or unfamiliar data.\u003c/p\u003e\n"]]],["The `ee.Algorithms.Describe(input)` function analyzes an object. It accepts a single argument, `input`, which is the object to be described. The function's output is a new object that represents the description of the `input` object. This function utilizes a JSON-compatible structure to define the object's characteristics. It provides information about the provided object without modifying it.\n"],null,["# ee.Algorithms.Describe\n\nDescribes an object using a simple JSON-compatible structure.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------|---------|\n| `ee.Algorithms.Describe(input)` | Object |\n\n| Argument | Type | Details |\n|----------|--------|-------------------------|\n| `input` | Object | The object to describe. |"]]