Skip to content

Commit b267f51

Browse files
committed
Update API GetResult: update response param.
1 parent 6dba660 commit b267f51

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

AlibabacloudQualitycheck20190115.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "AlibabacloudQualitycheck20190115"
4-
spec.version = "8.0.0"
4+
spec.version = "8.0.1"
55
spec.license = "Apache 2.0"
66
spec.summary = "Alibaba Cloud Qualitycheck (20190115) SDK Library for Swift"
77
spec.homepage = "https://github.com/alibabacloud-sdk-swift/qualitycheck-20190115"

README-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
要使用 [Carthage](https://github.com/Carthage/Carthage)`AlibabacloudQualitycheck20190115` 集成到你的 Xcode 项目中,需要在 `Cartfile` 中定义以下内容:
1818

1919
```ogdl
20-
github "alibabacloud-sdk-swift/qualitycheck-20190115" "8.0.0"
20+
github "alibabacloud-sdk-swift/qualitycheck-20190115" "8.0.1"
2121
```
2222

2323
### Swift 包管理工具
@@ -26,7 +26,7 @@ github "alibabacloud-sdk-swift/qualitycheck-20190115" "8.0.0"
2626

2727
```swift
2828
dependencies: [
29-
.package(url: "https://github.com/alibabacloud-sdk-swift/qualitycheck-20190115.git", from: "8.0.0")
29+
.package(url: "https://github.com/alibabacloud-sdk-swift/qualitycheck-20190115.git", from: "8.0.1")
3030
]
3131
```
3232

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ English | [简体中文](README-CN.md)
1717
To integrate `AlibabacloudQualitycheck20190115` into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`:
1818

1919
```ogdl
20-
github "alibabacloud-sdk-swift/qualitycheck-20190115" "8.0.0"
20+
github "alibabacloud-sdk-swift/qualitycheck-20190115" "8.0.1"
2121
```
2222

2323
### Swift Package Manager
@@ -26,7 +26,7 @@ To integrate `AlibabacloudQualitycheck20190115` into your Xcode project using [S
2626

2727
```swift
2828
dependencies: [
29-
.package(url: "https://github.com/alibabacloud-sdk-swift/qualitycheck-20190115.git", from: "8.0.0")
29+
.package(url: "https://github.com/alibabacloud-sdk-swift/qualitycheck-20190115.git", from: "8.0.1")
3030
]
3131
```
3232

Sources/AlibabacloudQualitycheck20190115/Models.swift

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11442,6 +11442,8 @@ public class GetResultResponseBody : Tea.TeaModel {
1144211442

1144311443
public var schemeVersion: Int64?
1144411444

11445+
public var score: Int32?
11446+
1144511447
public var type: String?
1144611448

1144711449
public override init() {
@@ -11481,6 +11483,9 @@ public class GetResultResponseBody : Tea.TeaModel {
1148111483
if self.schemeVersion != nil {
1148211484
map["SchemeVersion"] = self.schemeVersion!
1148311485
}
11486+
if self.score != nil {
11487+
map["Score"] = self.score!
11488+
}
1148411489
if self.type != nil {
1148511490
map["Type"] = self.type!
1148611491
}
@@ -11513,6 +11518,9 @@ public class GetResultResponseBody : Tea.TeaModel {
1151311518
if dict.keys.contains("SchemeVersion") {
1151411519
self.schemeVersion = dict["SchemeVersion"] as! Int64
1151511520
}
11521+
if dict.keys.contains("Score") {
11522+
self.score = dict["Score"] as! Int32
11523+
}
1151611524
if dict.keys.contains("Type") {
1151711525
self.type = dict["Type"] as! String
1151811526
}
@@ -12364,6 +12372,8 @@ public class GetResultResponseBody : Tea.TeaModel {
1236412372

1236512373
public var taskName: String?
1236612374

12375+
public var vid: String?
12376+
1236712377
public override init() {
1236812378
super.init()
1236912379
}
@@ -12465,6 +12475,9 @@ public class GetResultResponseBody : Tea.TeaModel {
1246512475
if self.taskName != nil {
1246612476
map["TaskName"] = self.taskName!
1246712477
}
12478+
if self.vid != nil {
12479+
map["Vid"] = self.vid!
12480+
}
1246812481
return map
1246912482
}
1247012483

@@ -12565,6 +12578,9 @@ public class GetResultResponseBody : Tea.TeaModel {
1256512578
if dict.keys.contains("TaskName") {
1256612579
self.taskName = dict["TaskName"] as! String
1256712580
}
12581+
if dict.keys.contains("Vid") {
12582+
self.vid = dict["Vid"] as! String
12583+
}
1256812584
}
1256912585
}
1257012586
public var resultInfo: [GetResultResponseBody.Data.ResultInfo]?
@@ -12798,6 +12814,8 @@ public class GetResultToReviewResponseBody : Tea.TeaModel {
1279812814

1279912815
public var beginTime: String?
1280012816

12817+
public var beginTimeMs: Int64?
12818+
1280112819
public var emotionValue: Int32?
1280212820

1280312821
public var end: Int64?
@@ -12834,6 +12852,9 @@ public class GetResultToReviewResponseBody : Tea.TeaModel {
1283412852
if self.beginTime != nil {
1283512853
map["BeginTime"] = self.beginTime!
1283612854
}
12855+
if self.beginTimeMs != nil {
12856+
map["BeginTimeMs"] = self.beginTimeMs!
12857+
}
1283712858
if self.emotionValue != nil {
1283812859
map["EmotionValue"] = self.emotionValue!
1283912860
}
@@ -12868,6 +12889,9 @@ public class GetResultToReviewResponseBody : Tea.TeaModel {
1286812889
if dict.keys.contains("BeginTime") {
1286912890
self.beginTime = dict["BeginTime"] as! String
1287012891
}
12892+
if dict.keys.contains("BeginTimeMs") {
12893+
self.beginTimeMs = dict["BeginTimeMs"] as! Int64
12894+
}
1287112895
if dict.keys.contains("EmotionValue") {
1287212896
self.emotionValue = dict["EmotionValue"] as! Int32
1287312897
}

0 commit comments

Comments
 (0)