@huaweicloud/huaweicloud-sdk-metastudio 3.1.157 → 3.1.159
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/package.json +2 -2
- package/v1/MetaStudioClient.d.ts +188 -0
- package/v1/MetaStudioClient.d.ts.map +1 -1
- package/v1/MetaStudioClient.js +506 -0
- package/v1/MetaStudioClient.js.map +1 -1
- package/v1/model/AsrVocabularyAssociation.d.ts +19 -0
- package/v1/model/AsrVocabularyAssociation.d.ts.map +1 -0
- package/v1/model/AsrVocabularyAssociation.js +43 -0
- package/v1/model/AsrVocabularyAssociation.js.map +1 -0
- package/v1/model/AsrVocabularyInfo.d.ts +28 -0
- package/v1/model/AsrVocabularyInfo.d.ts.map +1 -0
- package/v1/model/AsrVocabularyInfo.js +61 -0
- package/v1/model/AsrVocabularyInfo.js.map +1 -0
- package/v1/model/AsrVocabularyTypeEnum.d.ts +4 -0
- package/v1/model/AsrVocabularyTypeEnum.d.ts.map +1 -0
- package/v1/model/AsrVocabularyTypeEnum.js +9 -0
- package/v1/model/AsrVocabularyTypeEnum.js.map +1 -0
- package/v1/model/CreateAsrVocabularyReq.d.ts +19 -0
- package/v1/model/CreateAsrVocabularyReq.d.ts.map +1 -0
- package/v1/model/CreateAsrVocabularyReq.js +40 -0
- package/v1/model/CreateAsrVocabularyReq.js.map +1 -0
- package/v1/model/CreateAsrVocabularyRequest.d.ts +23 -0
- package/v1/model/CreateAsrVocabularyRequest.d.ts.map +1 -0
- package/v1/model/CreateAsrVocabularyRequest.js +53 -0
- package/v1/model/CreateAsrVocabularyRequest.js.map +1 -0
- package/v1/model/CreateAsrVocabularyResponse.d.ts +33 -0
- package/v1/model/CreateAsrVocabularyResponse.d.ts.map +1 -0
- package/v1/model/CreateAsrVocabularyResponse.js +73 -0
- package/v1/model/CreateAsrVocabularyResponse.js.map +1 -0
- package/v1/model/DeleteAsrVocabularyRequest.d.ts +24 -0
- package/v1/model/DeleteAsrVocabularyRequest.d.ts.map +1 -0
- package/v1/model/DeleteAsrVocabularyRequest.js +60 -0
- package/v1/model/DeleteAsrVocabularyRequest.js.map +1 -0
- package/v1/model/DeleteAsrVocabularyResponse.d.ts +9 -0
- package/v1/model/DeleteAsrVocabularyResponse.d.ts.map +1 -0
- package/v1/model/DeleteAsrVocabularyResponse.js +21 -0
- package/v1/model/DeleteAsrVocabularyResponse.js.map +1 -0
- package/v1/model/ListAsrVocabularyRequest.d.ts +49 -0
- package/v1/model/ListAsrVocabularyRequest.d.ts.map +1 -0
- package/v1/model/ListAsrVocabularyRequest.js +92 -0
- package/v1/model/ListAsrVocabularyRequest.js.map +1 -0
- package/v1/model/ListAsrVocabularyResponse.d.ts +18 -0
- package/v1/model/ListAsrVocabularyResponse.d.ts.map +1 -0
- package/v1/model/ListAsrVocabularyResponse.js +37 -0
- package/v1/model/ListAsrVocabularyResponse.js.map +1 -0
- package/v1/model/MobvoiVocabulary.d.ts +6 -0
- package/v1/model/MobvoiVocabulary.d.ts.map +1 -0
- package/v1/model/MobvoiVocabulary.js +14 -0
- package/v1/model/MobvoiVocabulary.js.map +1 -0
- package/v1/model/ShowAsrVocabularyAssociationRequest.d.ts +28 -0
- package/v1/model/ShowAsrVocabularyAssociationRequest.d.ts.map +1 -0
- package/v1/model/ShowAsrVocabularyAssociationRequest.js +68 -0
- package/v1/model/ShowAsrVocabularyAssociationRequest.js.map +1 -0
- package/v1/model/ShowAsrVocabularyAssociationResponse.d.ts +18 -0
- package/v1/model/ShowAsrVocabularyAssociationResponse.d.ts.map +1 -0
- package/v1/model/ShowAsrVocabularyAssociationResponse.js +37 -0
- package/v1/model/ShowAsrVocabularyAssociationResponse.js.map +1 -0
- package/v1/model/ShowAsrVocabularyRequest.d.ts +24 -0
- package/v1/model/ShowAsrVocabularyRequest.d.ts.map +1 -0
- package/v1/model/ShowAsrVocabularyRequest.js +60 -0
- package/v1/model/ShowAsrVocabularyRequest.js.map +1 -0
- package/v1/model/ShowAsrVocabularyResponse.d.ts +33 -0
- package/v1/model/ShowAsrVocabularyResponse.d.ts.map +1 -0
- package/v1/model/ShowAsrVocabularyResponse.js +73 -0
- package/v1/model/ShowAsrVocabularyResponse.js.map +1 -0
- package/v1/model/UpdateAsrVocabularyReq.d.ts +19 -0
- package/v1/model/UpdateAsrVocabularyReq.d.ts.map +1 -0
- package/v1/model/UpdateAsrVocabularyReq.js +38 -0
- package/v1/model/UpdateAsrVocabularyReq.js.map +1 -0
- package/v1/model/UpdateAsrVocabularyRequest.d.ts +27 -0
- package/v1/model/UpdateAsrVocabularyRequest.d.ts.map +1 -0
- package/v1/model/UpdateAsrVocabularyRequest.js +64 -0
- package/v1/model/UpdateAsrVocabularyRequest.js.map +1 -0
- package/v1/model/UpdateAsrVocabularyResponse.d.ts +33 -0
- package/v1/model/UpdateAsrVocabularyResponse.d.ts.map +1 -0
- package/v1/model/UpdateAsrVocabularyResponse.js +73 -0
- package/v1/model/UpdateAsrVocabularyResponse.js.map +1 -0
- package/v1/public-api.d.ts +18 -0
- package/v1/public-api.d.ts.map +1 -1
- package/v1/public-api.js +18 -0
- package/v1/public-api.js.map +1 -1
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export declare class ListAsrVocabularyRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
private 'X-App-UserId'?;
|
|
6
|
+
offset?: number;
|
|
7
|
+
limit?: number;
|
|
8
|
+
private 'vocabulary_type'?;
|
|
9
|
+
language?: ListAsrVocabularyRequestLanguageEnum | string;
|
|
10
|
+
constructor();
|
|
11
|
+
withAuthorization(authorization: string): ListAsrVocabularyRequest;
|
|
12
|
+
set authorization(authorization: string | undefined);
|
|
13
|
+
get authorization(): string | undefined;
|
|
14
|
+
withXSdkDate(xSdkDate: string): ListAsrVocabularyRequest;
|
|
15
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
16
|
+
get xSdkDate(): string | undefined;
|
|
17
|
+
withXProjectId(xProjectId: string): ListAsrVocabularyRequest;
|
|
18
|
+
set xProjectId(xProjectId: string | undefined);
|
|
19
|
+
get xProjectId(): string | undefined;
|
|
20
|
+
withXAppUserId(xAppUserId: string): ListAsrVocabularyRequest;
|
|
21
|
+
set xAppUserId(xAppUserId: string | undefined);
|
|
22
|
+
get xAppUserId(): string | undefined;
|
|
23
|
+
withOffset(offset: number): ListAsrVocabularyRequest;
|
|
24
|
+
withLimit(limit: number): ListAsrVocabularyRequest;
|
|
25
|
+
withVocabularyType(vocabularyType: ListAsrVocabularyRequestVocabularyTypeEnum | string): ListAsrVocabularyRequest;
|
|
26
|
+
set vocabularyType(vocabularyType: ListAsrVocabularyRequestVocabularyTypeEnum | string | undefined);
|
|
27
|
+
get vocabularyType(): ListAsrVocabularyRequestVocabularyTypeEnum | string | undefined;
|
|
28
|
+
withLanguage(language: ListAsrVocabularyRequestLanguageEnum | string): ListAsrVocabularyRequest;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @export
|
|
32
|
+
* @enum {string}
|
|
33
|
+
*/
|
|
34
|
+
export declare enum ListAsrVocabularyRequestVocabularyTypeEnum {
|
|
35
|
+
MOBVOI = "MOBVOI"
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @export
|
|
39
|
+
* @enum {string}
|
|
40
|
+
*/
|
|
41
|
+
export declare enum ListAsrVocabularyRequestLanguageEnum {
|
|
42
|
+
CN = "CN",
|
|
43
|
+
EN = "EN",
|
|
44
|
+
ESP = "ESP",
|
|
45
|
+
POR = "por",
|
|
46
|
+
ARABIC = "Arabic",
|
|
47
|
+
THAI = "Thai"
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=ListAsrVocabularyRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAsrVocabularyRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ListAsrVocabularyRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,wBAAwB;IACjC,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,iBAAiB,CAAC,CAAsD;IACzE,QAAQ,CAAC,EAAE,oCAAoC,GAAG,MAAM,CAAC;;IAGzD,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,wBAAwB;IAIzE,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,wBAAwB;IAI/D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB;IAInE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB;IAInE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,wBAAwB;IAIpD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,wBAAwB;IAIlD,kBAAkB,CAAC,cAAc,EAAE,0CAA0C,GAAG,MAAM,GAAG,wBAAwB;IAIxH,IAAW,cAAc,CAAC,cAAc,EAAE,0CAA0C,GAAG,MAAM,GAAI,SAAS,EAEzG;IACD,IAAW,cAAc,IAAI,0CAA0C,GAAG,MAAM,GAAG,SAAS,CAE3F;IACM,YAAY,CAAC,QAAQ,EAAE,oCAAoC,GAAG,MAAM,GAAG,wBAAwB;CAIzG;AAED;;;MAGM;AACN,oBAAY,0CAA0C;IAClD,MAAM,WAAW;CACpB;AACD;;;MAGM;AACN,oBAAY,oCAAoC;IAC5C,EAAE,OAAO;IACT,EAAE,OAAO;IACT,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,IAAI,SAAS;CAChB"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListAsrVocabularyRequestLanguageEnum = exports.ListAsrVocabularyRequestVocabularyTypeEnum = exports.ListAsrVocabularyRequest = void 0;
|
|
4
|
+
class ListAsrVocabularyRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withAuthorization(authorization) {
|
|
8
|
+
this['Authorization'] = authorization;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set authorization(authorization) {
|
|
12
|
+
this['Authorization'] = authorization;
|
|
13
|
+
}
|
|
14
|
+
get authorization() {
|
|
15
|
+
return this['Authorization'];
|
|
16
|
+
}
|
|
17
|
+
withXSdkDate(xSdkDate) {
|
|
18
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set xSdkDate(xSdkDate) {
|
|
22
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
23
|
+
}
|
|
24
|
+
get xSdkDate() {
|
|
25
|
+
return this['X-Sdk-Date'];
|
|
26
|
+
}
|
|
27
|
+
withXProjectId(xProjectId) {
|
|
28
|
+
this['X-Project-Id'] = xProjectId;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set xProjectId(xProjectId) {
|
|
32
|
+
this['X-Project-Id'] = xProjectId;
|
|
33
|
+
}
|
|
34
|
+
get xProjectId() {
|
|
35
|
+
return this['X-Project-Id'];
|
|
36
|
+
}
|
|
37
|
+
withXAppUserId(xAppUserId) {
|
|
38
|
+
this['X-App-UserId'] = xAppUserId;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
set xAppUserId(xAppUserId) {
|
|
42
|
+
this['X-App-UserId'] = xAppUserId;
|
|
43
|
+
}
|
|
44
|
+
get xAppUserId() {
|
|
45
|
+
return this['X-App-UserId'];
|
|
46
|
+
}
|
|
47
|
+
withOffset(offset) {
|
|
48
|
+
this['offset'] = offset;
|
|
49
|
+
return this;
|
|
50
|
+
}
|
|
51
|
+
withLimit(limit) {
|
|
52
|
+
this['limit'] = limit;
|
|
53
|
+
return this;
|
|
54
|
+
}
|
|
55
|
+
withVocabularyType(vocabularyType) {
|
|
56
|
+
this['vocabulary_type'] = vocabularyType;
|
|
57
|
+
return this;
|
|
58
|
+
}
|
|
59
|
+
set vocabularyType(vocabularyType) {
|
|
60
|
+
this['vocabulary_type'] = vocabularyType;
|
|
61
|
+
}
|
|
62
|
+
get vocabularyType() {
|
|
63
|
+
return this['vocabulary_type'];
|
|
64
|
+
}
|
|
65
|
+
withLanguage(language) {
|
|
66
|
+
this['language'] = language;
|
|
67
|
+
return this;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.ListAsrVocabularyRequest = ListAsrVocabularyRequest;
|
|
71
|
+
/**
|
|
72
|
+
* @export
|
|
73
|
+
* @enum {string}
|
|
74
|
+
*/
|
|
75
|
+
var ListAsrVocabularyRequestVocabularyTypeEnum;
|
|
76
|
+
(function (ListAsrVocabularyRequestVocabularyTypeEnum) {
|
|
77
|
+
ListAsrVocabularyRequestVocabularyTypeEnum["MOBVOI"] = "MOBVOI";
|
|
78
|
+
})(ListAsrVocabularyRequestVocabularyTypeEnum = exports.ListAsrVocabularyRequestVocabularyTypeEnum || (exports.ListAsrVocabularyRequestVocabularyTypeEnum = {}));
|
|
79
|
+
/**
|
|
80
|
+
* @export
|
|
81
|
+
* @enum {string}
|
|
82
|
+
*/
|
|
83
|
+
var ListAsrVocabularyRequestLanguageEnum;
|
|
84
|
+
(function (ListAsrVocabularyRequestLanguageEnum) {
|
|
85
|
+
ListAsrVocabularyRequestLanguageEnum["CN"] = "CN";
|
|
86
|
+
ListAsrVocabularyRequestLanguageEnum["EN"] = "EN";
|
|
87
|
+
ListAsrVocabularyRequestLanguageEnum["ESP"] = "ESP";
|
|
88
|
+
ListAsrVocabularyRequestLanguageEnum["POR"] = "por";
|
|
89
|
+
ListAsrVocabularyRequestLanguageEnum["ARABIC"] = "Arabic";
|
|
90
|
+
ListAsrVocabularyRequestLanguageEnum["THAI"] = "Thai";
|
|
91
|
+
})(ListAsrVocabularyRequestLanguageEnum = exports.ListAsrVocabularyRequestLanguageEnum || (exports.ListAsrVocabularyRequestLanguageEnum = {}));
|
|
92
|
+
//# sourceMappingURL=ListAsrVocabularyRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAsrVocabularyRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ListAsrVocabularyRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,wBAAwB;IASjC;IACA,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;QACtC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;IAC1C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;IAClC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,kBAAkB,CAAC,cAAmE;QACzF,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAgF;QACtG,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,YAAY,CAAC,QAAuD;QACvE,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAzED,4DAyEC;AAED;;;MAGM;AACN,IAAY,0CAEX;AAFD,WAAY,0CAA0C;IAClD,+DAAiB,CAAA;AACrB,CAAC,EAFW,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAErD;AACD;;;MAGM;AACN,IAAY,oCAOX;AAPD,WAAY,oCAAoC;IAC5C,iDAAS,CAAA;IACT,iDAAS,CAAA;IACT,mDAAW,CAAA;IACX,mDAAW,CAAA;IACX,yDAAiB,CAAA;IACjB,qDAAa,CAAA;AACjB,CAAC,EAPW,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAO/C"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AsrVocabularyInfo } from './AsrVocabularyInfo';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListAsrVocabularyResponse extends SdkResponse {
|
|
4
|
+
offset?: number;
|
|
5
|
+
limit?: number;
|
|
6
|
+
count?: number;
|
|
7
|
+
data?: Array<AsrVocabularyInfo>;
|
|
8
|
+
private 'X-Request-Id'?;
|
|
9
|
+
constructor();
|
|
10
|
+
withOffset(offset: number): ListAsrVocabularyResponse;
|
|
11
|
+
withLimit(limit: number): ListAsrVocabularyResponse;
|
|
12
|
+
withCount(count: number): ListAsrVocabularyResponse;
|
|
13
|
+
withData(data: Array<AsrVocabularyInfo>): ListAsrVocabularyResponse;
|
|
14
|
+
withXRequestId(xRequestId: string): ListAsrVocabularyResponse;
|
|
15
|
+
set xRequestId(xRequestId: string | undefined);
|
|
16
|
+
get xRequestId(): string | undefined;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=ListAsrVocabularyResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAsrVocabularyResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ListAsrVocabularyResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGxD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,yBAA0B,SAAQ,WAAW;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvC,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,yBAAyB;IAIrD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,yBAAyB;IAInD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,yBAAyB;IAInD,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,yBAAyB;IAInE,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,yBAAyB;IAIpE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListAsrVocabularyResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ListAsrVocabularyResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withOffset(offset) {
|
|
10
|
+
this['offset'] = offset;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withLimit(limit) {
|
|
14
|
+
this['limit'] = limit;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
withCount(count) {
|
|
18
|
+
this['count'] = count;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
withData(data) {
|
|
22
|
+
this['data'] = data;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
withXRequestId(xRequestId) {
|
|
26
|
+
this['X-Request-Id'] = xRequestId;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
set xRequestId(xRequestId) {
|
|
30
|
+
this['X-Request-Id'] = xRequestId;
|
|
31
|
+
}
|
|
32
|
+
get xRequestId() {
|
|
33
|
+
return this['X-Request-Id'];
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ListAsrVocabularyResponse = ListAsrVocabularyResponse;
|
|
37
|
+
//# sourceMappingURL=ListAsrVocabularyResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAsrVocabularyResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ListAsrVocabularyResponse.ts"],"names":[],"mappings":";;;AAGA,+EAA4E;AAE5E,MAAa,yBAA0B,SAAQ,yBAAW;IAMtD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAA8B;QAC1C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AAnCD,8DAmCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MobvoiVocabulary.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/MobvoiVocabulary.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;gBACL,OAAO,CAAC,EAAE,MAAM;IAG5B,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,gBAAgB;CAIxD"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MobvoiVocabulary = void 0;
|
|
4
|
+
class MobvoiVocabulary {
|
|
5
|
+
constructor(content) {
|
|
6
|
+
this['content'] = content;
|
|
7
|
+
}
|
|
8
|
+
withContent(content) {
|
|
9
|
+
this['content'] = content;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
exports.MobvoiVocabulary = MobvoiVocabulary;
|
|
14
|
+
//# sourceMappingURL=MobvoiVocabulary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MobvoiVocabulary.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/MobvoiVocabulary.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;IAEzB,YAAmB,OAAgB;QAC/B,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;IAC9B,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;QAC1B,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AATD,4CASC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare class ShowAsrVocabularyAssociationRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
private 'X-App-UserId'?;
|
|
6
|
+
offset?: number;
|
|
7
|
+
limit?: number;
|
|
8
|
+
private 'asr_vocabulary_id'?;
|
|
9
|
+
constructor(asrVocabularyId?: string);
|
|
10
|
+
withAuthorization(authorization: string): ShowAsrVocabularyAssociationRequest;
|
|
11
|
+
set authorization(authorization: string | undefined);
|
|
12
|
+
get authorization(): string | undefined;
|
|
13
|
+
withXSdkDate(xSdkDate: string): ShowAsrVocabularyAssociationRequest;
|
|
14
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
15
|
+
get xSdkDate(): string | undefined;
|
|
16
|
+
withXProjectId(xProjectId: string): ShowAsrVocabularyAssociationRequest;
|
|
17
|
+
set xProjectId(xProjectId: string | undefined);
|
|
18
|
+
get xProjectId(): string | undefined;
|
|
19
|
+
withXAppUserId(xAppUserId: string): ShowAsrVocabularyAssociationRequest;
|
|
20
|
+
set xAppUserId(xAppUserId: string | undefined);
|
|
21
|
+
get xAppUserId(): string | undefined;
|
|
22
|
+
withOffset(offset: number): ShowAsrVocabularyAssociationRequest;
|
|
23
|
+
withLimit(limit: number): ShowAsrVocabularyAssociationRequest;
|
|
24
|
+
withAsrVocabularyId(asrVocabularyId: string): ShowAsrVocabularyAssociationRequest;
|
|
25
|
+
set asrVocabularyId(asrVocabularyId: string | undefined);
|
|
26
|
+
get asrVocabularyId(): string | undefined;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=ShowAsrVocabularyAssociationRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowAsrVocabularyAssociationRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowAsrVocabularyAssociationRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,mCAAmC;IAC5C,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,mBAAmB,CAAC,CAAS;gBAClB,eAAe,CAAC,EAAE,MAAM;IAGpC,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,mCAAmC;IAIpF,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mCAAmC;IAI1E,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,mCAAmC;IAI9E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,mCAAmC;IAI9E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,mCAAmC;IAI/D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,mCAAmC;IAI7D,mBAAmB,CAAC,eAAe,EAAE,MAAM,GAAG,mCAAmC;IAIxF,IAAW,eAAe,CAAC,eAAe,EAAE,MAAM,GAAI,SAAS,EAE9D;IACD,IAAW,eAAe,IAAI,MAAM,GAAG,SAAS,CAE/C;CACJ"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowAsrVocabularyAssociationRequest = void 0;
|
|
4
|
+
class ShowAsrVocabularyAssociationRequest {
|
|
5
|
+
constructor(asrVocabularyId) {
|
|
6
|
+
this['asr_vocabulary_id'] = asrVocabularyId;
|
|
7
|
+
}
|
|
8
|
+
withAuthorization(authorization) {
|
|
9
|
+
this['Authorization'] = authorization;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set authorization(authorization) {
|
|
13
|
+
this['Authorization'] = authorization;
|
|
14
|
+
}
|
|
15
|
+
get authorization() {
|
|
16
|
+
return this['Authorization'];
|
|
17
|
+
}
|
|
18
|
+
withXSdkDate(xSdkDate) {
|
|
19
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
set xSdkDate(xSdkDate) {
|
|
23
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
24
|
+
}
|
|
25
|
+
get xSdkDate() {
|
|
26
|
+
return this['X-Sdk-Date'];
|
|
27
|
+
}
|
|
28
|
+
withXProjectId(xProjectId) {
|
|
29
|
+
this['X-Project-Id'] = xProjectId;
|
|
30
|
+
return this;
|
|
31
|
+
}
|
|
32
|
+
set xProjectId(xProjectId) {
|
|
33
|
+
this['X-Project-Id'] = xProjectId;
|
|
34
|
+
}
|
|
35
|
+
get xProjectId() {
|
|
36
|
+
return this['X-Project-Id'];
|
|
37
|
+
}
|
|
38
|
+
withXAppUserId(xAppUserId) {
|
|
39
|
+
this['X-App-UserId'] = xAppUserId;
|
|
40
|
+
return this;
|
|
41
|
+
}
|
|
42
|
+
set xAppUserId(xAppUserId) {
|
|
43
|
+
this['X-App-UserId'] = xAppUserId;
|
|
44
|
+
}
|
|
45
|
+
get xAppUserId() {
|
|
46
|
+
return this['X-App-UserId'];
|
|
47
|
+
}
|
|
48
|
+
withOffset(offset) {
|
|
49
|
+
this['offset'] = offset;
|
|
50
|
+
return this;
|
|
51
|
+
}
|
|
52
|
+
withLimit(limit) {
|
|
53
|
+
this['limit'] = limit;
|
|
54
|
+
return this;
|
|
55
|
+
}
|
|
56
|
+
withAsrVocabularyId(asrVocabularyId) {
|
|
57
|
+
this['asr_vocabulary_id'] = asrVocabularyId;
|
|
58
|
+
return this;
|
|
59
|
+
}
|
|
60
|
+
set asrVocabularyId(asrVocabularyId) {
|
|
61
|
+
this['asr_vocabulary_id'] = asrVocabularyId;
|
|
62
|
+
}
|
|
63
|
+
get asrVocabularyId() {
|
|
64
|
+
return this['asr_vocabulary_id'];
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.ShowAsrVocabularyAssociationRequest = ShowAsrVocabularyAssociationRequest;
|
|
68
|
+
//# sourceMappingURL=ShowAsrVocabularyAssociationRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowAsrVocabularyAssociationRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowAsrVocabularyAssociationRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,mCAAmC;IAQ5C,YAAmB,eAAwB;QACvC,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;QACtC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;IAC1C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;IAClC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,mBAAmB,CAAC,eAAuB;QAC9C,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAoC;QAC3D,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;CACJ;AArED,kFAqEC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AsrVocabularyAssociation } from './AsrVocabularyAssociation';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ShowAsrVocabularyAssociationResponse extends SdkResponse {
|
|
4
|
+
offset?: number;
|
|
5
|
+
limit?: number;
|
|
6
|
+
count?: number;
|
|
7
|
+
data?: Array<AsrVocabularyAssociation>;
|
|
8
|
+
private 'X-Request-Id'?;
|
|
9
|
+
constructor();
|
|
10
|
+
withOffset(offset: number): ShowAsrVocabularyAssociationResponse;
|
|
11
|
+
withLimit(limit: number): ShowAsrVocabularyAssociationResponse;
|
|
12
|
+
withCount(count: number): ShowAsrVocabularyAssociationResponse;
|
|
13
|
+
withData(data: Array<AsrVocabularyAssociation>): ShowAsrVocabularyAssociationResponse;
|
|
14
|
+
withXRequestId(xRequestId: string): ShowAsrVocabularyAssociationResponse;
|
|
15
|
+
set xRequestId(xRequestId: string | undefined);
|
|
16
|
+
get xRequestId(): string | undefined;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=ShowAsrVocabularyAssociationResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowAsrVocabularyAssociationResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowAsrVocabularyAssociationResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAGtE,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,oCAAqC,SAAQ,WAAW;IAC1D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;IAC9C,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,oCAAoC;IAIhE,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,oCAAoC;IAI9D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,oCAAoC;IAI9D,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,wBAAwB,CAAC,GAAG,oCAAoC;IAIrF,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,oCAAoC;IAI/E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowAsrVocabularyAssociationResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowAsrVocabularyAssociationResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withOffset(offset) {
|
|
10
|
+
this['offset'] = offset;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withLimit(limit) {
|
|
14
|
+
this['limit'] = limit;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
withCount(count) {
|
|
18
|
+
this['count'] = count;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
withData(data) {
|
|
22
|
+
this['data'] = data;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
withXRequestId(xRequestId) {
|
|
26
|
+
this['X-Request-Id'] = xRequestId;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
set xRequestId(xRequestId) {
|
|
30
|
+
this['X-Request-Id'] = xRequestId;
|
|
31
|
+
}
|
|
32
|
+
get xRequestId() {
|
|
33
|
+
return this['X-Request-Id'];
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ShowAsrVocabularyAssociationResponse = ShowAsrVocabularyAssociationResponse;
|
|
37
|
+
//# sourceMappingURL=ShowAsrVocabularyAssociationResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowAsrVocabularyAssociationResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowAsrVocabularyAssociationResponse.ts"],"names":[],"mappings":";;;AAGA,+EAA4E;AAE5E,MAAa,oCAAqC,SAAQ,yBAAW;IAMjE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAqC;QACjD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AAnCD,oFAmCC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class ShowAsrVocabularyRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
private 'X-App-UserId'?;
|
|
6
|
+
private 'asr_vocabulary_id'?;
|
|
7
|
+
constructor(asrVocabularyId?: string);
|
|
8
|
+
withAuthorization(authorization: string): ShowAsrVocabularyRequest;
|
|
9
|
+
set authorization(authorization: string | undefined);
|
|
10
|
+
get authorization(): string | undefined;
|
|
11
|
+
withXSdkDate(xSdkDate: string): ShowAsrVocabularyRequest;
|
|
12
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
13
|
+
get xSdkDate(): string | undefined;
|
|
14
|
+
withXProjectId(xProjectId: string): ShowAsrVocabularyRequest;
|
|
15
|
+
set xProjectId(xProjectId: string | undefined);
|
|
16
|
+
get xProjectId(): string | undefined;
|
|
17
|
+
withXAppUserId(xAppUserId: string): ShowAsrVocabularyRequest;
|
|
18
|
+
set xAppUserId(xAppUserId: string | undefined);
|
|
19
|
+
get xAppUserId(): string | undefined;
|
|
20
|
+
withAsrVocabularyId(asrVocabularyId: string): ShowAsrVocabularyRequest;
|
|
21
|
+
set asrVocabularyId(asrVocabularyId: string | undefined);
|
|
22
|
+
get asrVocabularyId(): string | undefined;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=ShowAsrVocabularyRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowAsrVocabularyRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowAsrVocabularyRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,wBAAwB;IACjC,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,mBAAmB,CAAC,CAAS;gBAClB,eAAe,CAAC,EAAE,MAAM;IAGpC,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,wBAAwB;IAIzE,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,wBAAwB;IAI/D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB;IAInE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB;IAInE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,mBAAmB,CAAC,eAAe,EAAE,MAAM,GAAG,wBAAwB;IAI7E,IAAW,eAAe,CAAC,eAAe,EAAE,MAAM,GAAI,SAAS,EAE9D;IACD,IAAW,eAAe,IAAI,MAAM,GAAG,SAAS,CAE/C;CACJ"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowAsrVocabularyRequest = void 0;
|
|
4
|
+
class ShowAsrVocabularyRequest {
|
|
5
|
+
constructor(asrVocabularyId) {
|
|
6
|
+
this['asr_vocabulary_id'] = asrVocabularyId;
|
|
7
|
+
}
|
|
8
|
+
withAuthorization(authorization) {
|
|
9
|
+
this['Authorization'] = authorization;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set authorization(authorization) {
|
|
13
|
+
this['Authorization'] = authorization;
|
|
14
|
+
}
|
|
15
|
+
get authorization() {
|
|
16
|
+
return this['Authorization'];
|
|
17
|
+
}
|
|
18
|
+
withXSdkDate(xSdkDate) {
|
|
19
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
set xSdkDate(xSdkDate) {
|
|
23
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
24
|
+
}
|
|
25
|
+
get xSdkDate() {
|
|
26
|
+
return this['X-Sdk-Date'];
|
|
27
|
+
}
|
|
28
|
+
withXProjectId(xProjectId) {
|
|
29
|
+
this['X-Project-Id'] = xProjectId;
|
|
30
|
+
return this;
|
|
31
|
+
}
|
|
32
|
+
set xProjectId(xProjectId) {
|
|
33
|
+
this['X-Project-Id'] = xProjectId;
|
|
34
|
+
}
|
|
35
|
+
get xProjectId() {
|
|
36
|
+
return this['X-Project-Id'];
|
|
37
|
+
}
|
|
38
|
+
withXAppUserId(xAppUserId) {
|
|
39
|
+
this['X-App-UserId'] = xAppUserId;
|
|
40
|
+
return this;
|
|
41
|
+
}
|
|
42
|
+
set xAppUserId(xAppUserId) {
|
|
43
|
+
this['X-App-UserId'] = xAppUserId;
|
|
44
|
+
}
|
|
45
|
+
get xAppUserId() {
|
|
46
|
+
return this['X-App-UserId'];
|
|
47
|
+
}
|
|
48
|
+
withAsrVocabularyId(asrVocabularyId) {
|
|
49
|
+
this['asr_vocabulary_id'] = asrVocabularyId;
|
|
50
|
+
return this;
|
|
51
|
+
}
|
|
52
|
+
set asrVocabularyId(asrVocabularyId) {
|
|
53
|
+
this['asr_vocabulary_id'] = asrVocabularyId;
|
|
54
|
+
}
|
|
55
|
+
get asrVocabularyId() {
|
|
56
|
+
return this['asr_vocabulary_id'];
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.ShowAsrVocabularyRequest = ShowAsrVocabularyRequest;
|
|
60
|
+
//# sourceMappingURL=ShowAsrVocabularyRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowAsrVocabularyRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowAsrVocabularyRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,wBAAwB;IAMjC,YAAmB,eAAwB;QACvC,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;QACtC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;IAC1C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;IAClC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,mBAAmB,CAAC,eAAuB;QAC9C,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAoC;QAC3D,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;CACJ;AA3DD,4DA2DC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AsrVocabularyTypeEnum } from './AsrVocabularyTypeEnum';
|
|
2
|
+
import { LanguageEnum } from './LanguageEnum';
|
|
3
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
+
export declare class ShowAsrVocabularyResponse extends SdkResponse {
|
|
5
|
+
private 'asr_vocabulary_id'?;
|
|
6
|
+
private 'vocabulary_type'?;
|
|
7
|
+
name?: string;
|
|
8
|
+
content?: string;
|
|
9
|
+
language?: LanguageEnum;
|
|
10
|
+
private 'create_time'?;
|
|
11
|
+
private 'update_time'?;
|
|
12
|
+
private 'X-Request-Id'?;
|
|
13
|
+
constructor();
|
|
14
|
+
withAsrVocabularyId(asrVocabularyId: string): ShowAsrVocabularyResponse;
|
|
15
|
+
set asrVocabularyId(asrVocabularyId: string | undefined);
|
|
16
|
+
get asrVocabularyId(): string | undefined;
|
|
17
|
+
withVocabularyType(vocabularyType: AsrVocabularyTypeEnum): ShowAsrVocabularyResponse;
|
|
18
|
+
set vocabularyType(vocabularyType: AsrVocabularyTypeEnum | undefined);
|
|
19
|
+
get vocabularyType(): AsrVocabularyTypeEnum | undefined;
|
|
20
|
+
withName(name: string): ShowAsrVocabularyResponse;
|
|
21
|
+
withContent(content: string): ShowAsrVocabularyResponse;
|
|
22
|
+
withLanguage(language: LanguageEnum): ShowAsrVocabularyResponse;
|
|
23
|
+
withCreateTime(createTime: string): ShowAsrVocabularyResponse;
|
|
24
|
+
set createTime(createTime: string | undefined);
|
|
25
|
+
get createTime(): string | undefined;
|
|
26
|
+
withUpdateTime(updateTime: string): ShowAsrVocabularyResponse;
|
|
27
|
+
set updateTime(updateTime: string | undefined);
|
|
28
|
+
get updateTime(): string | undefined;
|
|
29
|
+
withXRequestId(xRequestId: string): ShowAsrVocabularyResponse;
|
|
30
|
+
set xRequestId(xRequestId: string | undefined);
|
|
31
|
+
get xRequestId(): string | undefined;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=ShowAsrVocabularyResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowAsrVocabularyResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowAsrVocabularyResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,yBAA0B,SAAQ,WAAW;IACtD,OAAO,CAAC,mBAAmB,CAAC,CAAS;IACrC,OAAO,CAAC,iBAAiB,CAAC,CAAwB;IAC3C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,YAAY,CAAC;IAC/B,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,mBAAmB,CAAC,eAAe,EAAE,MAAM,GAAG,yBAAyB;IAI9E,IAAW,eAAe,CAAC,eAAe,EAAE,MAAM,GAAI,SAAS,EAE9D;IACD,IAAW,eAAe,IAAI,MAAM,GAAG,SAAS,CAE/C;IACM,kBAAkB,CAAC,cAAc,EAAE,qBAAqB,GAAG,yBAAyB;IAI3F,IAAW,cAAc,CAAC,cAAc,EAAE,qBAAqB,GAAI,SAAS,EAE3E;IACD,IAAW,cAAc,IAAI,qBAAqB,GAAG,SAAS,CAE7D;IACM,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,yBAAyB;IAIjD,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,yBAAyB;IAIvD,YAAY,CAAC,QAAQ,EAAE,YAAY,GAAG,yBAAyB;IAI/D,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,yBAAyB;IAIpE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,yBAAyB;IAIpE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,yBAAyB;IAIpE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowAsrVocabularyResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowAsrVocabularyResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withAsrVocabularyId(asrVocabularyId) {
|
|
10
|
+
this['asr_vocabulary_id'] = asrVocabularyId;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set asrVocabularyId(asrVocabularyId) {
|
|
14
|
+
this['asr_vocabulary_id'] = asrVocabularyId;
|
|
15
|
+
}
|
|
16
|
+
get asrVocabularyId() {
|
|
17
|
+
return this['asr_vocabulary_id'];
|
|
18
|
+
}
|
|
19
|
+
withVocabularyType(vocabularyType) {
|
|
20
|
+
this['vocabulary_type'] = vocabularyType;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set vocabularyType(vocabularyType) {
|
|
24
|
+
this['vocabulary_type'] = vocabularyType;
|
|
25
|
+
}
|
|
26
|
+
get vocabularyType() {
|
|
27
|
+
return this['vocabulary_type'];
|
|
28
|
+
}
|
|
29
|
+
withName(name) {
|
|
30
|
+
this['name'] = name;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
withContent(content) {
|
|
34
|
+
this['content'] = content;
|
|
35
|
+
return this;
|
|
36
|
+
}
|
|
37
|
+
withLanguage(language) {
|
|
38
|
+
this['language'] = language;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
withCreateTime(createTime) {
|
|
42
|
+
this['create_time'] = createTime;
|
|
43
|
+
return this;
|
|
44
|
+
}
|
|
45
|
+
set createTime(createTime) {
|
|
46
|
+
this['create_time'] = createTime;
|
|
47
|
+
}
|
|
48
|
+
get createTime() {
|
|
49
|
+
return this['create_time'];
|
|
50
|
+
}
|
|
51
|
+
withUpdateTime(updateTime) {
|
|
52
|
+
this['update_time'] = updateTime;
|
|
53
|
+
return this;
|
|
54
|
+
}
|
|
55
|
+
set updateTime(updateTime) {
|
|
56
|
+
this['update_time'] = updateTime;
|
|
57
|
+
}
|
|
58
|
+
get updateTime() {
|
|
59
|
+
return this['update_time'];
|
|
60
|
+
}
|
|
61
|
+
withXRequestId(xRequestId) {
|
|
62
|
+
this['X-Request-Id'] = xRequestId;
|
|
63
|
+
return this;
|
|
64
|
+
}
|
|
65
|
+
set xRequestId(xRequestId) {
|
|
66
|
+
this['X-Request-Id'] = xRequestId;
|
|
67
|
+
}
|
|
68
|
+
get xRequestId() {
|
|
69
|
+
return this['X-Request-Id'];
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
exports.ShowAsrVocabularyResponse = ShowAsrVocabularyResponse;
|
|
73
|
+
//# sourceMappingURL=ShowAsrVocabularyResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowAsrVocabularyResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowAsrVocabularyResponse.ts"],"names":[],"mappings":";;;AAGA,+EAA4E;AAE5E,MAAa,yBAA0B,SAAQ,yBAAW;IAStD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,mBAAmB,CAAC,eAAuB;QAC9C,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAoC;QAC3D,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;IACM,kBAAkB,CAAC,cAAqC;QAC3D,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAkD;QACxE,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;QAC1B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAsB;QACtC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AA1ED,8DA0EC"}
|