{ "name": "StreetNamePhoneticMatch", "displayName": "Street Name Phonetic Match", "description": "Check if entered street name has phonetic match in RoadCenterline table", "category": "", "helpUrl": "http://maps.co.bastrop.tx.us/server/rest/directories/arcgisoutput/Bastrop_Geoprocessing/StreetNamePhoneticMatch_GPServer/Bastrop_Geoprocessing_StreetNamePhoneticMatch/StreetNamePhoneticMatch.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "StreetNameCandidate", "dataType": "GPString", "displayName": "Street Name Candidate", "description": "Validate new street name against phonetic RoadCenterline street names", "direction": "esriGPParameterDirectionInput", "defaultValue": "cedar", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "PhoneticCode", "dataType": "GPMultiValue:GPString", "displayName": "Phonetic Code", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": [], "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }