@alicloud/green20220302 2.2.2 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +15 -0
- package/dist/client.js +301 -274
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +28 -0
package/dist/client.d.ts
CHANGED
|
@@ -882,7 +882,22 @@ export declare class DescribeImageResultExtResponseBodyDataPublicFigure extends
|
|
|
882
882
|
[key: string]: any;
|
|
883
883
|
});
|
|
884
884
|
}
|
|
885
|
+
export declare class DescribeImageResultExtResponseBodyDataTextInImageCustomTexts extends $tea.Model {
|
|
886
|
+
keyWords?: string;
|
|
887
|
+
libId?: string;
|
|
888
|
+
libName?: string;
|
|
889
|
+
static names(): {
|
|
890
|
+
[key: string]: string;
|
|
891
|
+
};
|
|
892
|
+
static types(): {
|
|
893
|
+
[key: string]: any;
|
|
894
|
+
};
|
|
895
|
+
constructor(map?: {
|
|
896
|
+
[key: string]: any;
|
|
897
|
+
});
|
|
898
|
+
}
|
|
885
899
|
export declare class DescribeImageResultExtResponseBodyDataTextInImage extends $tea.Model {
|
|
900
|
+
customTexts?: DescribeImageResultExtResponseBodyDataTextInImageCustomTexts[];
|
|
886
901
|
ocrDatas?: string[];
|
|
887
902
|
riskWords?: string[];
|
|
888
903
|
static names(): {
|