ee.Reducer.countEvery
Returns a Reducer that computes the number of inputs. Where applicable, the output name is "count".
Usage | Returns |
---|
ee.Reducer.countEvery() | Reducer |
No arguments.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["Returns a Reducer that calculates the total number of input values, assigning the output the name \"count\"."],["The Reducer is accessed using `ee.Reducer.countEvery()`, which takes no arguments."]]],["This describes a Reducer that calculates the total number of inputs. The resulting output, when relevant, is labeled as \"count\". The function to use is `ee.Reducer.countEvery()`, which returns a Reducer object. This function operates without requiring any input arguments. Its primary action is determining and reporting the quantity of input elements it receives.\n"]]