'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Overridable Function GetTextRegionOfImages( _
ByVal requestParamsInformation about images.As Vintasoft.Shared.Web.WebCompositeRequestParams(Of T) _
) As Vintasoft.Imaging.Web.Services.ImageTextRegionResponseParams[]
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public virtual Vintasoft.Imaging.Web.Services.ImageTextRegionResponseParams[] GetTextRegionOfImages(
Vintasoft.Shared.Web.WebCompositeRequestParams<T> requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public: virtual Vintasoft.Imaging.Web.Services.ImageTextRegionResponseParams*[] GetTextRegionOfImages(
Vintasoft.Shared.Web.WebCompositeRequestParams<T*>* requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public:
virtual Vintasoft.Imaging.Web.Services.ImageTextRegionResponseParams^[] GetTextRegionOfImages(
Vintasoft.Shared.Web.WebCompositeRequestParams<T^>^ requestParams
)
Parameters
- requestParams
- Information about images.
Return Value
Response from the server, which contains information about text regions of images.