VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing.DocCleanup.AspNetCore.ApiControllers Namespace / VintasoftImageProcessingDocCleanupApiController Class / GetTextOrientation(GetTextOrientationRequestParams) Method
Syntax Exceptions Requirements SeeAlso
В этом разделе
    GetTextOrientation(GetTextOrientationRequestParams) Метод (VintasoftImageProcessingDocCleanupApiController)
    В этом разделе
    Определяет ориентацию текста в изображении документа.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetTextOrientation( _
    ByVal requestParams
    Запрос к серверу, содержащий информацию об изображении и команде обработки изображения.
    As Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.GetTextOrientationRequestParams _
    ) As Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.GetTextOrientationResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.GetTextOrientationResponseParams GetTextOrientation(
    Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.GetTextOrientationRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.GetTextOrientationResponseParams* GetTextOrientation(
    Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.GetTextOrientationRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.GetTextOrientationResponseParams^ GetTextOrientation(
    Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.GetTextOrientationRequestParams^ requestParams
    )

    Parameters

    requestParams
    Запрос к серверу, содержащий информацию об изображении и команде обработки изображения.

    Return Value

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

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

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