VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / DeserializeAnnotationCollections(WebCompositeRequestParams<WebImageInfoRequestParams>) Method
Syntax Requirements SeeAlso
In This Topic
    DeserializeAnnotationCollections(WebCompositeRequestParams<WebImageInfoRequestParams>) Method (VintasoftAnnotationCollectionApiController)
    In This Topic
    Deserializes annotation collections, of specified images, from server.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function DeserializeAnnotationCollections( _
    ByVal requestParams
    Information about images.
    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
    Information about images.

    Return Value

    Response that contains annotation collections in JSON format.
    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6

    See Also