ee.Algorithms.Dictionary

Constructs a dictionary.

UsageReturns
ee.Algorithms.Dictionary(input)Dictionary
ArgumentTypeDetails
inputObject, default: nullAn object to convert to a dictionary. Either a JSON dictionary or a list of alternating key/value pairs. Keys must be strings.