VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / DeserializeAnnotationCollection(WebImageInfoRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    DeserializeAnnotationCollection(WebImageInfoRequestParams) Method (VintasoftAnnotationCollectionApiController)
    In This Topic
    Deserializes annotation collection, of specified image, from server.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function DeserializeAnnotationCollection( _
    ByVal requestParams
    Information about source image.
    As Vintasoft.Shared.Web.WebImageInfoRequestParams _
    ) 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 DeserializeAnnotationCollection(
    Vintasoft.Shared.Web.WebImageInfoRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Annotation.Web.Services.BaseAnnotationCollectionResponseParams* DeserializeAnnotationCollection(
    Vintasoft.Shared.Web.WebImageInfoRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Annotation.Web.Services.BaseAnnotationCollectionResponseParams^ DeserializeAnnotationCollection(
    Vintasoft.Shared.Web.WebImageInfoRequestParams^ requestParams
    )

    Parameters

    requestParams
    Information about source image.

    Return Value

    Response that contains annotation collection in JSON format.
    Requirements

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

    See Also