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.6 to 1.1.7

3

docs/FineTextItem.md

@@ -14,3 +14,6 @@ # CloudmersiveImageApiClient.FineTextItem

**bottomRightY** | **Number** | Y coordinate of the bottom/right text location; 0 represents the top edge of the input image | [optional]
**width** | **Number** | Width in pixels of the text | [optional]
**height** | **Number** | Height in pixels of the text | [optional]
**angle** | **Number** | Rotation Angle in radians of the text | [optional]

2

package.json
{
"name": "cloudmersive-image-api-client",
"version": "1.1.6",
"version": "1.1.7",
"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.6
- Package version: 1.1.7

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

@@ -36,3 +36,3 @@ /**

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

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

@@ -36,3 +36,3 @@ /**

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

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

@@ -36,3 +36,3 @@ /**

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

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

@@ -36,3 +36,3 @@ /**

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

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

@@ -36,3 +36,3 @@ /**

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

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

@@ -36,3 +36,3 @@ /**

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

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

@@ -35,3 +35,3 @@ /**

* @module ApiClient
* @version 1.1.6
* @version 1.1.7
*/

@@ -38,0 +38,0 @@

@@ -56,3 +56,3 @@ /**

* @module index
* @version 1.1.6
* @version 1.1.7
*/

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

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -60,2 +60,5 @@

};

@@ -98,2 +101,11 @@

}
if (data.hasOwnProperty('Width')) {
obj['Width'] = ApiClient.convertToType(data['Width'], 'Number');
}
if (data.hasOwnProperty('Height')) {
obj['Height'] = ApiClient.convertToType(data['Height'], 'Number');
}
if (data.hasOwnProperty('Angle')) {
obj['Angle'] = ApiClient.convertToType(data['Angle'], 'Number');
}
}

@@ -143,2 +155,17 @@ return obj;

exports.prototype['BottomRightY'] = undefined;
/**
* Width in pixels of the text
* @member {Number} Width
*/
exports.prototype['Width'] = undefined;
/**
* Height in pixels of the text
* @member {Number} Height
*/
exports.prototype['Height'] = undefined;
/**
* Rotation Angle in radians of the text
* @member {Number} Angle
*/
exports.prototype['Angle'] = undefined;

@@ -145,0 +172,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

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

@@ -42,0 +42,0 @@

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