ee.ImageCollection.evaluate
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, इस ऑब्जेक्ट की वैल्यू को सर्वर से एसिंक्रोनस तरीके से वापस पाता है और उसे दिए गए कॉलबैक फ़ंक्शन को पास करता है.
इस्तेमाल | रिटर्न |
---|
ImageCollection.evaluate(callback) | |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: computedobject | ComputedObject | ComputedObject इंस्टेंस. |
callback | फ़ंक्शन | यह फ़ंक्शन, फ़ंक्शन(success, failure) के फ़ॉर्म में होता है. जब सर्वर कोई जवाब देता है, तब इसे कॉल किया जाता है. अगर अनुरोध पूरा हो जाता है, तो success आर्ग्युमेंट में, आकलन किया गया नतीजा शामिल होता है. अगर अनुरोध पूरा नहीं होता है, तो गड़बड़ी के तर्क में गड़बड़ी का मैसेज दिखेगा. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eImageCollection.evaluate()\u003c/code\u003e retrieves the value of the ComputedObject from the server.\u003c/p\u003e\n"],["\u003cp\u003eThe retrieved value is then passed to a user-defined callback function, which handles success or failure.\u003c/p\u003e\n"],["\u003cp\u003eThe callback function takes two arguments: \u003ccode\u003esuccess\u003c/code\u003e for the result if the request succeeds and \u003ccode\u003efailure\u003c/code\u003e for an error message if it fails.\u003c/p\u003e\n"]]],["The function asynchronously fetches a ComputedObject's value from the server. It uses a callback function with `success` and `failure` arguments. If successful, `success` holds the evaluated result; otherwise, `failure` provides an error message. This function is called on an `ImageCollection` with no return value. The `callback` is executed upon receiving a response from the server.\n"],null,["# ee.ImageCollection.evaluate\n\n\u003cbr /\u003e\n\nAsynchronously retrieves the value of this object from the server and passes it to the provided callback function.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------|---------|\n| ImageCollection.evaluate`(callback)` | |\n\n| Argument | Type | Details |\n|------------------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `computedobject` | ComputedObject | The ComputedObject instance. |\n| `callback` | Function | A function of the form function(success, failure), called when the server returns an answer. If the request succeeded, the success argument contains the evaluated result. If the request failed, the failure argument will contains an error message. |"]]