[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-13 UTC."],[[["Returns a Reducer that calculates the number of runs of distinct, non-null input values."],["The output of the reducer is named \"count\"."],["It takes no arguments and is used with Earth Engine."]]],["The `ee.Reducer.countRuns()` function generates a Reducer that calculates the number of distinct, non-null input runs. The output is labeled \"count.\" This function does not require any arguments and returns a Reducer object that can be used in Earth Engine computations. The main action is generating the reducer that later computes the number of distinct input runs.\n"]]