Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
Expression
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Rastgele bir türde rastgele bir ifade belirtir. Kullanıldığı bağlam, yanıtın türünü belirler.
JSON gösterimi |
{
"values": {
string: {
object (ValueNode )
},
...
},
"result": string
} |
Alanlar |
values |
map (key: string, value: object (ValueNode ))
Hesaplamadaki tüm ara değerler. Bunların oluşturduğu yönlendirilmiş grafik döngüsüz olmalıdır. "key": value çiftlerinin listesini içeren bir nesne. Örnek: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
result |
string
"values" içindeki hangi ValueNode'un hesaplamanın nihai sonucu olduğu.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eDefines an expression with a flexible type, adaptable to its usage context.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes a JSON structure containing "values" and a "result" to represent the expression.\u003c/p\u003e\n"],["\u003cp\u003e"Values" holds intermediate computational values in a directed acyclic graph format.\u003c/p\u003e\n"],["\u003cp\u003e"Result" indicates the final output value within the "values" field.\u003c/p\u003e\n"]]],[],null,["# Expression\n\nSpecifies an arbitrary expression, of an arbitrary type. The context in which it is used determines the type of the response.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------|\n| ``` { \"values\": { string: { object (`ValueNode`) }, ... }, \"result\": string } ``` |\n\n| Fields ||\n|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `values` | `map (key: string, value: object (``ValueNode``))` All intermediate values in the computation. The directed graph these form must be acyclic. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `result` | `string` Which of the ValueNodes in \"values\" is the final result of the computation. |"]]