'Declaration <HttpPostAttribute()> Public Overridable Function GetThreshold( _ ByVal requestParams As BaseProcessingCommandRequestParams _ ) As GetThresholdResponseParams
[HttpPost()] public virtual GetThresholdResponseParams GetThreshold( BaseProcessingCommandRequestParams requestParams )
[HttpPost()] public: virtual GetThresholdResponseParams* GetThreshold( BaseProcessingCommandRequestParams* requestParams )
[HttpPost()] public: virtual GetThresholdResponseParams^ GetThreshold( BaseProcessingCommandRequestParams^ requestParams )
Parameters
- requestParams
- Request, to the server, which contains information about image and image processing command.
Return Value
Response, from server, which contains image processing results.