VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageApiController Class / GetTextRegionOfImages(WebCompositeRequestParams<WebImageInfoRequestParams>) Method
Syntax Requirements SeeAlso
В этом разделе
    GetTextRegionOfImages(WebCompositeRequestParams<WebImageInfoRequestParams>) Метод (VintasoftImageApiController)
    В этом разделе
    Возвращает информацию о текстовых областях изображений.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetTextRegionOfImages( _
    ByVal requestParams
    Информация об изображениях.
    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
    Информация об изображениях.

    Return Value

    Ответ от сервера, содержащий информацию о текстовых областях изображений.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также