'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Function SaveAnnotationCollections( _
ByVal requestParamsInformation about source image files and annotation collections .As Vintasoft.Shared.Web.WebCompositeRequestParams(Of T) _
) As Vintasoft.Shared.Web.WebResponseParamsBase[]
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public Vintasoft.Shared.Web.WebResponseParamsBase[] SaveAnnotationCollections(
Vintasoft.Shared.Web.WebCompositeRequestParams<T> requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public: Vintasoft.Shared.Web.WebResponseParamsBase*[] SaveAnnotationCollections(
Vintasoft.Shared.Web.WebCompositeRequestParams<T*>* requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public:
Vintasoft.Shared.Web.WebResponseParamsBase^[] SaveAnnotationCollections(
Vintasoft.Shared.Web.WebCompositeRequestParams<T^>^ requestParams
)
Parameters
- requestParams
- Information about source image files and annotation collections .
Return Value
Response from the server.