Skip to content

Commit

Permalink
Generated Darabonba for imageprocess-2020-03-20.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Mar 3, 2025
1 parent ed431e7 commit 463bb06
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 48 deletions.
2 changes: 1 addition & 1 deletion imageprocess-20200320/Teafile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scope": "alibabacloud",
"name": "imageprocess20200320",
"version": "1.0.50",
"version": "1.0.51",
"main": "./main.tea",
"maintainers": [
{
Expand Down
34 changes: 17 additions & 17 deletions imageprocess-20200320/api-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
"version": "2020-03-20",
"apiDoc": {
"hasDoc": [
"CalcCACS",
"CalcBMD",
"DetectCovid19Cad",
"DetectLiverSteatosis",
"DetectLungNodule",
"RunCTRegistration",
"ScreenGC",
"FeedbackSession",
"DetectRibFracture",
"DetectPanc",
"DetectLymph",
"SegmentLymphNode",
"DetectLungNodule",
"DetectSkinDisease",
"GetAsyncJobResult",
"AnalyzeChestVessel",
"FeedbackSession",
"CalcBMD",
"RunCTRegistration",
"SegmentOAR",
"ScreenCRC",
"DetectCovid19Cad",
"ScreenLC",
"RunMedQA",
"ScreenEC",
"PredictCVD",
"ScreenChestCT",
"CalcCACS",
"TargetVolumeSegment",
"SegmentLymphNode",
"ScreenGC"
"ScreenChestCT",
"ScreenLC",
"ScreenCRC",
"DetectPanc",
"DetectLymph",
"SegmentOAR",
"GetAsyncJobResult",
"RunMedQA",
"ScreenEC"
],
"noDoc": []
},
Expand Down
30 changes: 15 additions & 15 deletions imageprocess-20200320/async/api-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
"version": "2020-03-20",
"apiDoc": {
"hasDoc": [
"DetectSkinDisease",
"FeedbackSession",
"AnalyzeChestVessel",
"DetectPanc",
"CalcBMD",
"PredictCVD",
"TargetVolumeSegment",
"CalcCACS",
"DetectLiverSteatosis",
"DetectCovid19Cad",
"DetectPanc",
"DetectSkinDisease",
"PredictCVD",
"SegmentLymphNode",
"RunMedQA",
"FeedbackSession",
"RunCTRegistration",
"ScreenChestCT",
"ScreenGC",
"ScreenEC",
"SegmentOAR",
"SegmentLymphNode",
"DetectRibFracture",
"ScreenCRC",
"TargetVolumeSegment",
"ScreenLC",
"GetAsyncJobResult",
"DetectLiverSteatosis",
"DetectRibFracture",
"ScreenEC",
"DetectLymph",
"DetectLungNodule",
"DetectLymph"
"ScreenLC",
"ScreenCRC",
"SegmentOAR",
"RunCTRegistration",
"ScreenChestCT"
],
"noDoc": []
},
Expand Down
1 change: 1 addition & 0 deletions imageprocess-20200320/main.tea
Original file line number Diff line number Diff line change
Expand Up @@ -3016,6 +3016,7 @@ model ScreenChestCTResponseBody = {
SMI?: float(name='SMI'),
STUDY_AGE?: int32(name='STUDY_AGE'),
STUDY_GENDER?: string(name='STUDY_GENDER'),
seriesInstanceUid?: string(name='SeriesInstanceUid'),
VERTEBRA_IN_USE?: float(name='VERTEBRA_IN_USE'),
VFA?: float(name='VFA'),
}(name='MuscleFat'),
Expand Down
30 changes: 15 additions & 15 deletions imageprocess-20200320/v2/api-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
"version": "2020-03-20",
"apiDoc": {
"hasDoc": [
"AnalyzeChestVessel",
"CalcBMD",
"DetectLymph",
"DetectCovid19Cad",
"DetectPanc",
"DetectLiverSteatosis",
"ScreenLC",
"DetectCovid19Cad",
"TargetVolumeSegment",
"ScreenChestCT",
"FeedbackSession",
"RunMedQA",
"ScreenGC",
"DetectSkinDisease",
"PredictCVD",
"SegmentLymphNode",
"TargetVolumeSegment",
"RunCTRegistration",
"DetectLungNodule",
"CalcCACS",
"ScreenEC",
"ScreenChestCT",
"ScreenLC",
"DetectLymph",
"GetAsyncJobResult",
"DetectRibFracture",
"DetectLiverSteatosis",
"PredictCVD",
"AnalyzeChestVessel",
"RunMedQA",
"ScreenEC",
"DetectLungNodule",
"ScreenCRC",
"SegmentOAR"
"SegmentOAR",
"RunCTRegistration",
"DetectRibFracture",
"CalcCACS"
],
"noDoc": []
},
Expand Down
1 change: 1 addition & 0 deletions imageprocess-20200320/v2/main.tea
Original file line number Diff line number Diff line change
Expand Up @@ -3013,6 +3013,7 @@ model ScreenChestCTResponseBody = {
SMI?: float(name='SMI'),
STUDY_AGE?: int32(name='STUDY_AGE'),
STUDY_GENDER?: string(name='STUDY_GENDER'),
seriesInstanceUid?: string(name='SeriesInstanceUid'),
VERTEBRA_IN_USE?: float(name='VERTEBRA_IN_USE'),
VFA?: float(name='VFA'),
}(name='MuscleFat'),
Expand Down

0 comments on commit 463bb06

Please sign in to comment.