ee.apply
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
नाम वाले आर्ग्युमेंट के शब्दकोश के साथ किसी फ़ंक्शन को कॉल करें.
यह फ़ंक्शन कॉल किए गए फ़ंक्शन को दिखाने वाला ऑब्जेक्ट दिखाता है. अगर सिग्नेचर में पहचाना गया कोई रिटर्न टाइप दिया गया है, तो दिखाई गई वैल्यू को उस टाइप में बदल दिया जाएगा.
इस्तेमाल | रिटर्न |
---|
ee.apply(func, namedArgs) | ComputedObject |
आर्ग्यूमेंट | टाइप | विवरण |
---|
func | Function|String | कॉल करने के लिए फ़ंक्शन. ee.Function ऑब्जेक्ट या एपीआई फ़ंक्शन का नाम. |
namedArgs | ऑब्जेक्ट | फ़ंक्शन के तर्कों का शब्दकोश. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],["The `ee.apply` function calls a specified function, which can be either an `ee.Function` object or an API function name, using a dictionary of named arguments. It returns a `ComputedObject`, casting the return value to the type specified in the function's signature, if available. The function takes two arguments: `func` to define the function and `namedArgs`, an object, which contains the function's arguments.\n"],null,[]]