Retrieves the command line options that can be passed to process a task

get/getOptions

Response

Options

namestring

Command line option (exactly as it is passed to the OpenDroneMap process, minus the leading '--')

type'int' | 'float' | 'string' | 'bool'

Datatype of the value of this option

valuestring

Default value of this option

domainstring

Valid range of values (for example, "positive integer" or "float > 0.0")

helpstring

Description of what this option does

Changes