@alicloud/green20220302 2.2.1 → 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 +49 -0
- package/dist/client.js +353 -265
- package/dist/client.js.map +1 -1
- package/package.json +5 -5
- package/src/client.ts +90 -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(): {
|
|
@@ -1103,6 +1118,7 @@ export declare class UrlAsyncModerationResponseBodyData extends $tea.Model {
|
|
|
1103
1118
|
});
|
|
1104
1119
|
}
|
|
1105
1120
|
export declare class VideoModerationResponseBodyData extends $tea.Model {
|
|
1121
|
+
dataId?: string;
|
|
1106
1122
|
taskId?: string;
|
|
1107
1123
|
static names(): {
|
|
1108
1124
|
[key: string]: string;
|
|
@@ -1175,6 +1191,31 @@ export declare class VideoModerationResultResponseBodyDataFrameResultFrameSummar
|
|
|
1175
1191
|
[key: string]: any;
|
|
1176
1192
|
});
|
|
1177
1193
|
}
|
|
1194
|
+
export declare class VideoModerationResultResponseBodyDataFrameResultFramesResultsCustomImage extends $tea.Model {
|
|
1195
|
+
imageId?: string;
|
|
1196
|
+
libId?: string;
|
|
1197
|
+
static names(): {
|
|
1198
|
+
[key: string]: string;
|
|
1199
|
+
};
|
|
1200
|
+
static types(): {
|
|
1201
|
+
[key: string]: any;
|
|
1202
|
+
};
|
|
1203
|
+
constructor(map?: {
|
|
1204
|
+
[key: string]: any;
|
|
1205
|
+
});
|
|
1206
|
+
}
|
|
1207
|
+
export declare class VideoModerationResultResponseBodyDataFrameResultFramesResultsPublicFigure extends $tea.Model {
|
|
1208
|
+
figureId?: string;
|
|
1209
|
+
static names(): {
|
|
1210
|
+
[key: string]: string;
|
|
1211
|
+
};
|
|
1212
|
+
static types(): {
|
|
1213
|
+
[key: string]: any;
|
|
1214
|
+
};
|
|
1215
|
+
constructor(map?: {
|
|
1216
|
+
[key: string]: any;
|
|
1217
|
+
});
|
|
1218
|
+
}
|
|
1178
1219
|
export declare class VideoModerationResultResponseBodyDataFrameResultFramesResultsResult extends $tea.Model {
|
|
1179
1220
|
confidence?: number;
|
|
1180
1221
|
label?: string;
|
|
@@ -1189,8 +1230,13 @@ export declare class VideoModerationResultResponseBodyDataFrameResultFramesResul
|
|
|
1189
1230
|
});
|
|
1190
1231
|
}
|
|
1191
1232
|
export declare class VideoModerationResultResponseBodyDataFrameResultFramesResults extends $tea.Model {
|
|
1233
|
+
customImage?: VideoModerationResultResponseBodyDataFrameResultFramesResultsCustomImage[];
|
|
1234
|
+
publicFigure?: VideoModerationResultResponseBodyDataFrameResultFramesResultsPublicFigure[];
|
|
1192
1235
|
result?: VideoModerationResultResponseBodyDataFrameResultFramesResultsResult[];
|
|
1193
1236
|
service?: string;
|
|
1237
|
+
textInImage?: {
|
|
1238
|
+
[key: string]: any;
|
|
1239
|
+
};
|
|
1194
1240
|
static names(): {
|
|
1195
1241
|
[key: string]: string;
|
|
1196
1242
|
};
|
|
@@ -1235,6 +1281,7 @@ export declare class VideoModerationResultResponseBodyData extends $tea.Model {
|
|
|
1235
1281
|
dataId?: string;
|
|
1236
1282
|
frameResult?: VideoModerationResultResponseBodyDataFrameResult;
|
|
1237
1283
|
liveId?: string;
|
|
1284
|
+
taskId?: string;
|
|
1238
1285
|
static names(): {
|
|
1239
1286
|
[key: string]: string;
|
|
1240
1287
|
};
|
|
@@ -1246,6 +1293,7 @@ export declare class VideoModerationResultResponseBodyData extends $tea.Model {
|
|
|
1246
1293
|
});
|
|
1247
1294
|
}
|
|
1248
1295
|
export declare class VoiceModerationResponseBodyData extends $tea.Model {
|
|
1296
|
+
dataId?: string;
|
|
1249
1297
|
taskId?: string;
|
|
1250
1298
|
static names(): {
|
|
1251
1299
|
[key: string]: string;
|
|
@@ -1283,6 +1331,7 @@ export declare class VoiceModerationResultResponseBodyDataSliceDetails extends $
|
|
|
1283
1331
|
});
|
|
1284
1332
|
}
|
|
1285
1333
|
export declare class VoiceModerationResultResponseBodyData extends $tea.Model {
|
|
1334
|
+
dataId?: string;
|
|
1286
1335
|
liveId?: string;
|
|
1287
1336
|
sliceDetails?: VoiceModerationResultResponseBodyDataSliceDetails[];
|
|
1288
1337
|
taskId?: string;
|