VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / DeserializeAnnotationCollections(WebCompositeRequestParams<WebImageInfoRequestParams>) Method
Syntax Requirements SeeAlso
В этом разделе
    DeserializeAnnotationCollections(WebCompositeRequestParams<WebImageInfoRequestParams>) Метод (VintasoftAnnotationCollectionApiController)
    В этом разделе
    Десериализует коллекции аннотаций указанных изображений с сервера.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function DeserializeAnnotationCollections( _
    ByVal requestParams
    Информация об изображениях.
    As Vintasoft.Shared.Web.WebCompositeRequestParams(Of T) _
    ) As Vintasoft.Imaging.Annotation.Web.Services.BaseAnnotationCollectionResponseParams[]
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Annotation.Web.Services.BaseAnnotationCollectionResponseParams[] DeserializeAnnotationCollections(
    Vintasoft.Shared.Web.WebCompositeRequestParams<T> requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Annotation.Web.Services.BaseAnnotationCollectionResponseParams*[] DeserializeAnnotationCollections(
    Vintasoft.Shared.Web.WebCompositeRequestParams<T*>* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Annotation.Web.Services.BaseAnnotationCollectionResponseParams^[] DeserializeAnnotationCollections(
    Vintasoft.Shared.Web.WebCompositeRequestParams<T^>^ requestParams
    )

    Parameters

    requestParams
    Информация об изображениях.

    Return Value

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

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

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