[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-03-06 UTC"],[[["The `imageCollection.computeImages` method computes features from one or more tables using an arbitrary computation and returns results as a list of images."],["Users can specify the `expression` to define the computation, `pageSize` to limit results per page, `pageToken` for pagination, and `workloadTag` for tracking."],["Successful responses include a list of `images` (EarthEngineAssets) and a `nextPageToken` for retrieving additional results."],["Authentication requires specific OAuth scopes like `https://www.googleapis.com/auth/earthengine` or `https://www.googleapis.com/auth/cloud-platform`."]]],["The `computeImages` method processes features from tables using a user-defined expression. A POST request is sent to a specific URL, including the project ID. The request body contains the computation `expression`, `pageSize` to control result count, `pageToken` for pagination, and a `workloadTag` for tracking. The response returns a list of `images` and a `nextPageToken` for subsequent result pages. Authorization requires specific OAuth scopes. An IAM permission (`earthengine.computations.create`) is required on the specified project.\n"]]