[[["わかりやすい","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"]]