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 11, 2025
1 parent 9c0b531 commit f0f825e
Show file tree
Hide file tree
Showing 6 changed files with 56 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.51",
"version": "1.0.52",
"main": "./main.tea",
"maintainers": [
{
Expand Down
32 changes: 16 additions & 16 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": [
"CalcBMD",
"DetectCovid19Cad",
"DetectLiverSteatosis",
"RunCTRegistration",
"ScreenGC",
"FeedbackSession",
"DetectRibFracture",
"TargetVolumeSegment",
"DetectLymph",
"CalcBMD",
"AnalyzeChestVessel",
"SegmentLymphNode",
"SegmentOAR",
"ScreenEC",
"DetectLungNodule",
"DetectSkinDisease",
"AnalyzeChestVessel",
"PredictCVD",
"CalcCACS",
"TargetVolumeSegment",
"ScreenChestCT",
"PredictCVD",
"DetectRibFracture",
"DetectSkinDisease",
"RunMedQA",
"DetectLiverSteatosis",
"ScreenLC",
"ScreenCRC",
"DetectPanc",
"DetectLymph",
"SegmentOAR",
"RunCTRegistration",
"ScreenGC",
"FeedbackSession",
"GetAsyncJobResult",
"RunMedQA",
"ScreenEC"
"ScreenCRC",
"ScreenChestCT"
],
"noDoc": []
},
Expand Down
28 changes: 14 additions & 14 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": [
"DetectLymph",
"DetectSkinDisease",
"FeedbackSession",
"AnalyzeChestVessel",
"DetectPanc",
"AnalyzeChestVessel",
"DetectLiverSteatosis",
"ScreenGC",
"CalcBMD",
"PredictCVD",
"TargetVolumeSegment",
"CalcCACS",
"DetectCovid19Cad",
"ScreenLC",
"SegmentLymphNode",
"RunMedQA",
"ScreenGC",
"GetAsyncJobResult",
"DetectLiverSteatosis",
"ScreenCRC",
"DetectRibFracture",
"ScreenEC",
"DetectLymph",
"ScreenChestCT",
"DetectLungNodule",
"ScreenLC",
"ScreenCRC",
"DetectCovid19Cad",
"GetAsyncJobResult",
"FeedbackSession",
"SegmentOAR",
"RunMedQA",
"PredictCVD",
"TargetVolumeSegment",
"RunCTRegistration",
"ScreenChestCT"
"CalcCACS"
],
"noDoc": []
},
Expand Down
4 changes: 4 additions & 0 deletions imageprocess-20200320/main.tea
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,7 @@ model DetectLiverSteatosisResponseBody = {
data?: {
detections?: [
{
fatFract?: double(name='FatFract'),
liverHU?: float(name='LiverHU', example='62.07644147383561'),
liverROI1?: float(name='LiverROI1', example='63.50222396850586'),
liverROI2?: float(name='LiverROI2', example='62.23713684082031'),
Expand All @@ -825,6 +826,7 @@ model DetectLiverSteatosisResponseBody = {
}
](name='Detections'),
origin?: [ float ](name='Origin'),
resultUrl?: string(name='ResultUrl'),
spacing?: [ float ](name='Spacing'),
}(name='Data'),
message?: string(name='Message'),
Expand Down Expand Up @@ -2881,6 +2883,7 @@ model ScreenChestCTResponseBody = {
detectLiverSteatosis?: {
detections?: [
{
fatFract?: double(name='FatFract'),
liverHU?: float(name='LiverHU'),
liverROI1?: float(name='LiverROI1'),
liverROI2?: float(name='LiverROI2'),
Expand All @@ -2904,6 +2907,7 @@ model ScreenChestCTResponseBody = {
}
](name='Detections'),
origin?: [ float ](name='Origin'),
resultUrl?: string(name='ResultUrl'),
seriesInstanceUid?: string(name='SeriesInstanceUid'),
spacing?: [ float ](name='Spacing'),
}(name='DetectLiverSteatosis'),
Expand Down
34 changes: 17 additions & 17 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": [
"ScreenCRC",
"DetectLungNodule",
"DetectRibFracture",
"CalcCACS",
"DetectCovid19Cad",
"RunCTRegistration",
"FeedbackSession",
"CalcBMD",
"DetectPanc",
"RunMedQA",
"AnalyzeChestVessel",
"GetAsyncJobResult",
"DetectLiverSteatosis",
"ScreenLC",
"DetectCovid19Cad",
"TargetVolumeSegment",
"ScreenChestCT",
"FeedbackSession",
"ScreenGC",
"DetectSkinDisease",
"PredictCVD",
"SegmentLymphNode",
"DetectLymph",
"GetAsyncJobResult",
"AnalyzeChestVessel",
"RunMedQA",
"SegmentLymphNode",
"PredictCVD",
"TargetVolumeSegment",
"ScreenEC",
"DetectLungNodule",
"ScreenCRC",
"SegmentOAR",
"RunCTRegistration",
"DetectRibFracture",
"CalcCACS"
"DetectSkinDisease",
"ScreenGC",
"ScreenLC",
"ScreenChestCT"
],
"noDoc": []
},
Expand Down
4 changes: 4 additions & 0 deletions imageprocess-20200320/v2/main.tea
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ model DetectLiverSteatosisResponseBody = {
data?: {
detections?: [
{
fatFract?: double(name='FatFract'),
liverHU?: float(name='LiverHU', example='62.07644147383561'),
liverROI1?: float(name='LiverROI1', example='63.50222396850586'),
liverROI2?: float(name='LiverROI2', example='62.23713684082031'),
Expand All @@ -822,6 +823,7 @@ model DetectLiverSteatosisResponseBody = {
}
](name='Detections'),
origin?: [ float ](name='Origin'),
resultUrl?: string(name='ResultUrl'),
spacing?: [ float ](name='Spacing'),
}(name='Data'),
message?: string(name='Message'),
Expand Down Expand Up @@ -2878,6 +2880,7 @@ model ScreenChestCTResponseBody = {
detectLiverSteatosis?: {
detections?: [
{
fatFract?: double(name='FatFract'),
liverHU?: float(name='LiverHU'),
liverROI1?: float(name='LiverROI1'),
liverROI2?: float(name='LiverROI2'),
Expand All @@ -2901,6 +2904,7 @@ model ScreenChestCTResponseBody = {
}
](name='Detections'),
origin?: [ float ](name='Origin'),
resultUrl?: string(name='ResultUrl'),
seriesInstanceUid?: string(name='SeriesInstanceUid'),
spacing?: [ float ](name='Spacing'),
}(name='DetectLiverSteatosis'),
Expand Down

0 comments on commit f0f825e

Please sign in to comment.