Socket
Socket
Sign inDemoInstall

cloudmersive-image-api-client

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudmersive-image-api-client - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

12

docs/EditApi.md

@@ -14,3 +14,3 @@ # CloudmersiveImageApiClient.EditApi

# **editCompositeBasic**
> Object editCompositeBasic(location, baseImage, layeredImage)
> 'Blob' editCompositeBasic(location, baseImage, layeredImage)

@@ -61,3 +61,3 @@ Composite two images together

**Object**
**'Blob'**

@@ -75,3 +75,3 @@ ### Authorization

# **editDrawRectangle**
> Object editDrawRectangle(request)
> 'Blob' editDrawRectangle(request)

@@ -116,3 +116,3 @@ Draw rectangle onto an image

**Object**
**'Blob'**

@@ -130,3 +130,3 @@ ### Authorization

# **editDrawText**
> Object editDrawText(request)
> 'Blob' editDrawText(request)

@@ -171,3 +171,3 @@ Draw text onto an image

**Object**
**'Blob'**

@@ -174,0 +174,0 @@ ### Authorization

{
"name": "cloudmersive-image-api-client",
"version": "1.1.7",
"version": "1.1.8",
"description": "Image_Recognition_and_Processing_APIs_let_you_use_Machine_Learning_to_recognize_and_process_images_and_also_perform_useful_image_modification_operations_",

@@ -5,0 +5,0 @@ "license": "Unlicense",

@@ -8,3 +8,3 @@ # cloudmersive-image-api-client

- API version: v1
- Package version: 1.1.7
- Package version: 1.1.8

@@ -11,0 +11,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -37,3 +37,3 @@ * Do not edit the class manually.

* @module api/ArtisticApi
* @version 1.1.7
* @version 1.1.8
*/

@@ -40,0 +40,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -37,3 +37,3 @@ * Do not edit the class manually.

* @module api/EditApi
* @version 1.1.7
* @version 1.1.8
*/

@@ -56,3 +56,3 @@

* @param {String} error Error message, if any.
* @param {Object} data The data returned by the service call.
* @param {'Blob'} data The data returned by the service call.
* @param {String} response The complete HTTP response.

@@ -68,3 +68,3 @@ */

* @param {module:api/EditApi~editCompositeBasicCallback} callback The callback function, accepting three arguments: error, data, response
* data is of type: {@link Object}
* data is of type: {@link 'Blob'}
*/

@@ -107,3 +107,3 @@ this.editCompositeBasic = function(location, baseImage, layeredImage, callback) {

var accepts = ['image/png'];
var returnType = Object;
var returnType = 'Blob';

@@ -121,3 +121,3 @@ return this.apiClient.callApi(

* @param {String} error Error message, if any.
* @param {Object} data The data returned by the service call.
* @param {'Blob'} data The data returned by the service call.
* @param {String} response The complete HTTP response.

@@ -131,3 +131,3 @@ */

* @param {module:api/EditApi~editDrawRectangleCallback} callback The callback function, accepting three arguments: error, data, response
* data is of type: {@link Object}
* data is of type: {@link 'Blob'}
*/

@@ -157,3 +157,3 @@ this.editDrawRectangle = function(request, callback) {

var accepts = ['image/png'];
var returnType = Object;
var returnType = 'Blob';

@@ -171,3 +171,3 @@ return this.apiClient.callApi(

* @param {String} error Error message, if any.
* @param {Object} data The data returned by the service call.
* @param {'Blob'} data The data returned by the service call.
* @param {String} response The complete HTTP response.

@@ -181,3 +181,3 @@ */

* @param {module:api/EditApi~editDrawTextCallback} callback The callback function, accepting three arguments: error, data, response
* data is of type: {@link Object}
* data is of type: {@link 'Blob'}
*/

@@ -207,3 +207,3 @@ this.editDrawText = function(request, callback) {

var accepts = ['image/png'];
var returnType = Object;
var returnType = 'Blob';

@@ -210,0 +210,0 @@ return this.apiClient.callApi(

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -37,3 +37,3 @@ * Do not edit the class manually.

* @module api/FaceApi
* @version 1.1.7
* @version 1.1.8
*/

@@ -40,0 +40,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -37,3 +37,3 @@ * Do not edit the class manually.

* @module api/NsfwApi
* @version 1.1.7
* @version 1.1.8
*/

@@ -40,0 +40,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -37,3 +37,3 @@ * Do not edit the class manually.

* @module api/RecognizeApi
* @version 1.1.7
* @version 1.1.8
*/

@@ -40,0 +40,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -37,3 +37,3 @@ * Do not edit the class manually.

* @module api/ResizeApi
* @version 1.1.7
* @version 1.1.8
*/

@@ -40,0 +40,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -36,3 +36,3 @@ * Do not edit the class manually.

* @module ApiClient
* @version 1.1.7
* @version 1.1.8
*/

@@ -39,0 +39,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -57,3 +57,3 @@ * Do not edit the class manually.

* @module index
* @version 1.1.7
* @version 1.1.8
*/

@@ -60,0 +60,0 @@ var exports = {

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/AgeDetectionResult
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/DetectedLicensePlate
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/DetectedObject
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/DrawRectangleInstance
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/DrawRectangleRequest
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/DrawTextInstance
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/DrawTextRequest
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/Face
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/FaceCompareResponse
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/FaceLocateResponse
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/FaceLocateWithLandmarksResponse
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/FaceMatch
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/FacePoint
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/FaceWithLandmarks
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/FineTextDetectionResult
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/FineTextItem
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/ImageDescriptionResponse
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/NsfwResult
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/ObjectDetectionResult
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/PersonWithAge
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/RecognitionOutcome
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/TextDetectionResult
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/TextItem
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -40,3 +40,3 @@ * Do not edit the class manually.

* @module model/VehicleLicensePlateDetectionResult
* @version 1.1.7
* @version 1.1.8
*/

@@ -43,0 +43,0 @@

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -108,4 +108,22 @@ * Do not edit the class manually.

it('should have the property width (base name: "Width")', function() {
// uncomment below and update the code to test the property width
//var instane = new CloudmersiveImageApiClient.FineTextItem();
//expect(instance).to.be();
});
it('should have the property height (base name: "Height")', function() {
// uncomment below and update the code to test the property height
//var instane = new CloudmersiveImageApiClient.FineTextItem();
//expect(instance).to.be();
});
it('should have the property angle (base name: "Angle")', function() {
// uncomment below and update the code to test the property angle
//var instane = new CloudmersiveImageApiClient.FineTextItem();
//expect(instance).to.be();
});
});
}));

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

@@ -10,3 +10,3 @@ /**

*
* Swagger Codegen version: 2.3.1
* Swagger Codegen version: unset
*

@@ -13,0 +13,0 @@ * Do not edit the class manually.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc