{ "name": "GenerateReport", "displayName": "GenerateReport", "description": "", "category": "", "helpUrl": "https://spatialags.vhb.com/arcgis/rest/directories/arcgisoutput/System/OrthomappingTools_GPServer/System_OrthomappingTools/GenerateReport.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "imageCollection", "dataType": "GPString", "displayName": "imageCollection", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "reportFormat", "dataType": "GPString", "displayName": "reportFormat", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "HTML", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF", "HTML" ] }, { "name": "outReport", "dataType": "GPDataFile", "displayName": "outReport", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }