Socket
Socket
Sign inDemoInstall

@huaweicloud/huaweicloud-sdk-ocr

Package Overview
Dependencies
Maintainers
2
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huaweicloud/huaweicloud-sdk-ocr - npm Package Compare versions

Comparing version 3.0.26-beta to 3.0.27-beta

4

package.json
{
"name": "@huaweicloud/huaweicloud-sdk-ocr",
"version": "3.0.26-beta",
"version": "3.0.27-beta",
"description": "Huaweicloud SDK for ocr",

@@ -17,4 +17,4 @@ "main": "huaweicloud-sdk-ocr.js",

"dependencies": {
"@huaweicloud/huaweicloud-sdk-core": "^3.0.26-beta"
"@huaweicloud/huaweicloud-sdk-core": "^3.0.27-beta"
}
}
export declare class InsurancePolicyRequestBody {
image: string;
image?: string;
url?: string;
private 'detect_direction'?;
constructor(image?: any);
constructor();
withImage(image: string): InsurancePolicyRequestBody;
withUrl(url: string): InsurancePolicyRequestBody;
withDetectDirection(detectDirection: boolean): InsurancePolicyRequestBody;

@@ -7,0 +9,0 @@ set detectDirection(detectDirection: boolean | undefined);

@@ -5,4 +5,3 @@ "use strict";

var InsurancePolicyRequestBody = /** @class */ (function () {
function InsurancePolicyRequestBody(image) {
this['image'] = image;
function InsurancePolicyRequestBody() {
}

@@ -13,2 +12,6 @@ InsurancePolicyRequestBody.prototype.withImage = function (image) {

};
InsurancePolicyRequestBody.prototype.withUrl = function (url) {
this['url'] = url;
return this;
};
InsurancePolicyRequestBody.prototype.withDetectDirection = function (detectDirection) {

@@ -15,0 +18,0 @@ this['detect_direction'] = detectDirection;

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