@alicloud/quanmiaolightapp20240801 2.7.0 → 2.7.1
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/models/RunVideoAnalysisRequestVideoCaptionInfo.d.ts +5 -0
- package/dist/models/RunVideoAnalysisRequestVideoCaptionInfo.js +2 -0
- package/dist/models/RunVideoAnalysisRequestVideoCaptionInfo.js.map +1 -1
- package/dist/models/SubmitVideoAnalysisTaskRequestVideoCaptionInfo.d.ts +5 -0
- package/dist/models/SubmitVideoAnalysisTaskRequestVideoCaptionInfo.js +2 -0
- package/dist/models/SubmitVideoAnalysisTaskRequestVideoCaptionInfo.js.map +1 -1
- package/package.json +1 -1
- package/src/models/RunVideoAnalysisRequestVideoCaptionInfo.ts +7 -0
- package/src/models/SubmitVideoAnalysisTaskRequestVideoCaptionInfo.ts +7 -0
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
import { RunVideoAnalysisRequestVideoCaptionInfoVideoCaptions } from "./RunVideoAnalysisRequestVideoCaptionInfoVideoCaptions";
|
|
3
3
|
export declare class RunVideoAnalysisRequestVideoCaptionInfo extends $dara.Model {
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* oss:// | http://
|
|
7
|
+
*/
|
|
8
|
+
videoCaptionFileUrl?: string;
|
|
4
9
|
videoCaptions?: RunVideoAnalysisRequestVideoCaptionInfoVideoCaptions[];
|
|
5
10
|
static names(): {
|
|
6
11
|
[key: string]: string;
|
|
@@ -40,11 +40,13 @@ const RunVideoAnalysisRequestVideoCaptionInfoVideoCaptions_1 = require("./RunVid
|
|
|
40
40
|
class RunVideoAnalysisRequestVideoCaptionInfo extends $dara.Model {
|
|
41
41
|
static names() {
|
|
42
42
|
return {
|
|
43
|
+
videoCaptionFileUrl: 'videoCaptionFileUrl',
|
|
43
44
|
videoCaptions: 'videoCaptions',
|
|
44
45
|
};
|
|
45
46
|
}
|
|
46
47
|
static types() {
|
|
47
48
|
return {
|
|
49
|
+
videoCaptionFileUrl: 'string',
|
|
48
50
|
videoCaptions: { 'type': 'array', 'itemType': RunVideoAnalysisRequestVideoCaptionInfoVideoCaptions_1.RunVideoAnalysisRequestVideoCaptionInfoVideoCaptions },
|
|
49
51
|
};
|
|
50
52
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RunVideoAnalysisRequestVideoCaptionInfo.js","sourceRoot":"","sources":["../../src/models/RunVideoAnalysisRequestVideoCaptionInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iIAA8H;AAG9H,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"RunVideoAnalysisRequestVideoCaptionInfo.js","sourceRoot":"","sources":["../../src/models/RunVideoAnalysisRequestVideoCaptionInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iIAA8H;AAG9H,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;IAOtE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,qBAAqB;YAC1C,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,QAAQ;YAC7B,aAAa,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,2GAAoD,EAAE;SACrG,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;YACrC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAChD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/BD,0FA+BC"}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
import { SubmitVideoAnalysisTaskRequestVideoCaptionInfoVideoCaptions } from "./SubmitVideoAnalysisTaskRequestVideoCaptionInfoVideoCaptions";
|
|
3
3
|
export declare class SubmitVideoAnalysisTaskRequestVideoCaptionInfo extends $dara.Model {
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* oss:// | http://
|
|
7
|
+
*/
|
|
8
|
+
videoCaptionFileUrl?: string;
|
|
4
9
|
videoCaptions?: SubmitVideoAnalysisTaskRequestVideoCaptionInfoVideoCaptions[];
|
|
5
10
|
static names(): {
|
|
6
11
|
[key: string]: string;
|
|
@@ -40,11 +40,13 @@ const SubmitVideoAnalysisTaskRequestVideoCaptionInfoVideoCaptions_1 = require(".
|
|
|
40
40
|
class SubmitVideoAnalysisTaskRequestVideoCaptionInfo extends $dara.Model {
|
|
41
41
|
static names() {
|
|
42
42
|
return {
|
|
43
|
+
videoCaptionFileUrl: 'videoCaptionFileUrl',
|
|
43
44
|
videoCaptions: 'videoCaptions',
|
|
44
45
|
};
|
|
45
46
|
}
|
|
46
47
|
static types() {
|
|
47
48
|
return {
|
|
49
|
+
videoCaptionFileUrl: 'string',
|
|
48
50
|
videoCaptions: { 'type': 'array', 'itemType': SubmitVideoAnalysisTaskRequestVideoCaptionInfoVideoCaptions_1.SubmitVideoAnalysisTaskRequestVideoCaptionInfoVideoCaptions },
|
|
49
51
|
};
|
|
50
52
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubmitVideoAnalysisTaskRequestVideoCaptionInfo.js","sourceRoot":"","sources":["../../src/models/SubmitVideoAnalysisTaskRequestVideoCaptionInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+IAA4I;AAG5I,MAAa,8CAA+C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"SubmitVideoAnalysisTaskRequestVideoCaptionInfo.js","sourceRoot":"","sources":["../../src/models/SubmitVideoAnalysisTaskRequestVideoCaptionInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+IAA4I;AAG5I,MAAa,8CAA+C,SAAQ,KAAK,CAAC,KAAK;IAO7E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,qBAAqB;YAC1C,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,QAAQ;YAC7B,aAAa,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,yHAA2D,EAAE;SAC5G,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;YACrC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAChD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/BD,wGA+BC"}
|
package/package.json
CHANGED
|
@@ -4,15 +4,22 @@ import { RunVideoAnalysisRequestVideoCaptionInfoVideoCaptions } from "./RunVideo
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
export class RunVideoAnalysisRequestVideoCaptionInfo extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @example
|
|
9
|
+
* oss:// | http://
|
|
10
|
+
*/
|
|
11
|
+
videoCaptionFileUrl?: string;
|
|
7
12
|
videoCaptions?: RunVideoAnalysisRequestVideoCaptionInfoVideoCaptions[];
|
|
8
13
|
static names(): { [key: string]: string } {
|
|
9
14
|
return {
|
|
15
|
+
videoCaptionFileUrl: 'videoCaptionFileUrl',
|
|
10
16
|
videoCaptions: 'videoCaptions',
|
|
11
17
|
};
|
|
12
18
|
}
|
|
13
19
|
|
|
14
20
|
static types(): { [key: string]: any } {
|
|
15
21
|
return {
|
|
22
|
+
videoCaptionFileUrl: 'string',
|
|
16
23
|
videoCaptions: { 'type': 'array', 'itemType': RunVideoAnalysisRequestVideoCaptionInfoVideoCaptions },
|
|
17
24
|
};
|
|
18
25
|
}
|
|
@@ -4,15 +4,22 @@ import { SubmitVideoAnalysisTaskRequestVideoCaptionInfoVideoCaptions } from "./S
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
export class SubmitVideoAnalysisTaskRequestVideoCaptionInfo extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @example
|
|
9
|
+
* oss:// | http://
|
|
10
|
+
*/
|
|
11
|
+
videoCaptionFileUrl?: string;
|
|
7
12
|
videoCaptions?: SubmitVideoAnalysisTaskRequestVideoCaptionInfoVideoCaptions[];
|
|
8
13
|
static names(): { [key: string]: string } {
|
|
9
14
|
return {
|
|
15
|
+
videoCaptionFileUrl: 'videoCaptionFileUrl',
|
|
10
16
|
videoCaptions: 'videoCaptions',
|
|
11
17
|
};
|
|
12
18
|
}
|
|
13
19
|
|
|
14
20
|
static types(): { [key: string]: any } {
|
|
15
21
|
return {
|
|
22
|
+
videoCaptionFileUrl: 'string',
|
|
16
23
|
videoCaptions: { 'type': 'array', 'itemType': SubmitVideoAnalysisTaskRequestVideoCaptionInfoVideoCaptions },
|
|
17
24
|
};
|
|
18
25
|
}
|