'Declaration <HttpPostAttribute()> Public Overridable Function GetTextRegionOfImage( _
ByVal requestParamsInformation about image.As Vintasoft.Shared.Web.WebImageInfoRequestParams _
) As Vintasoft.Imaging.Web.Services.ImageTextRegionResponseParams
[HttpPost()] public virtual Vintasoft.Imaging.Web.Services.ImageTextRegionResponseParams GetTextRegionOfImage(
Vintasoft.Shared.Web.WebImageInfoRequestParams requestParams
)
[HttpPost()] public: virtual Vintasoft.Imaging.Web.Services.ImageTextRegionResponseParams* GetTextRegionOfImage(
Vintasoft.Shared.Web.WebImageInfoRequestParams* requestParams
)
[HttpPost()] public:
virtual Vintasoft.Imaging.Web.Services.ImageTextRegionResponseParams^ GetTextRegionOfImage(
Vintasoft.Shared.Web.WebImageInfoRequestParams^ requestParams
)
Parameters
- requestParams
- Information about image.
Return Value
Response from the server, which contains information about text region of image.