@@ -633,27 +633,21 @@ export class DetectVehicleResponse extends $tea.Model {
633633
634634export class DetectVehicleICongestionRequest extends $tea . Model {
635635 imageURL ?: string ;
636- originRequestId ?: string ;
637636 preRegionIntersectFeatures ?: DetectVehicleICongestionRequestPreRegionIntersectFeatures [ ] ;
638637 roadRegions ?: DetectVehicleICongestionRequestRoadRegions [ ] ;
639- streamArn ?: string ;
640638 static names ( ) : { [ key : string ] : string } {
641639 return {
642640 imageURL : 'ImageURL' ,
643- originRequestId : 'OriginRequestId' ,
644641 preRegionIntersectFeatures : 'PreRegionIntersectFeatures' ,
645642 roadRegions : 'RoadRegions' ,
646- streamArn : 'StreamArn' ,
647643 } ;
648644 }
649645
650646 static types ( ) : { [ key : string ] : any } {
651647 return {
652648 imageURL : 'string' ,
653- originRequestId : 'string' ,
654649 preRegionIntersectFeatures : { 'type' : 'array' , 'itemType' : DetectVehicleICongestionRequestPreRegionIntersectFeatures } ,
655650 roadRegions : { 'type' : 'array' , 'itemType' : DetectVehicleICongestionRequestRoadRegions } ,
656- streamArn : 'string' ,
657651 } ;
658652 }
659653
@@ -664,27 +658,21 @@ export class DetectVehicleICongestionRequest extends $tea.Model {
664658
665659export class DetectVehicleICongestionShrinkRequest extends $tea . Model {
666660 imageURL ?: string ;
667- originRequestId ?: string ;
668661 preRegionIntersectFeaturesShrink ?: string ;
669662 roadRegionsShrink ?: string ;
670- streamArn ?: string ;
671663 static names ( ) : { [ key : string ] : string } {
672664 return {
673665 imageURL : 'ImageURL' ,
674- originRequestId : 'OriginRequestId' ,
675666 preRegionIntersectFeaturesShrink : 'PreRegionIntersectFeatures' ,
676667 roadRegionsShrink : 'RoadRegions' ,
677- streamArn : 'StreamArn' ,
678668 } ;
679669 }
680670
681671 static types ( ) : { [ key : string ] : any } {
682672 return {
683673 imageURL : 'string' ,
684- originRequestId : 'string' ,
685674 preRegionIntersectFeaturesShrink : 'string' ,
686675 roadRegionsShrink : 'string' ,
687- streamArn : 'string' ,
688676 } ;
689677 }
690678
@@ -739,24 +727,18 @@ export class DetectVehicleICongestionResponse extends $tea.Model {
739727
740728export class DetectVehicleIllegalParkingRequest extends $tea . Model {
741729 imageURL ?: string ;
742- originRequestId ?: string ;
743730 roadRegions ?: DetectVehicleIllegalParkingRequestRoadRegions [ ] ;
744- streamArn ?: string ;
745731 static names ( ) : { [ key : string ] : string } {
746732 return {
747733 imageURL : 'ImageURL' ,
748- originRequestId : 'OriginRequestId' ,
749734 roadRegions : 'RoadRegions' ,
750- streamArn : 'StreamArn' ,
751735 } ;
752736 }
753737
754738 static types ( ) : { [ key : string ] : any } {
755739 return {
756740 imageURL : 'string' ,
757- originRequestId : 'string' ,
758741 roadRegions : { 'type' : 'array' , 'itemType' : DetectVehicleIllegalParkingRequestRoadRegions } ,
759- streamArn : 'string' ,
760742 } ;
761743 }
762744
@@ -767,24 +749,18 @@ export class DetectVehicleIllegalParkingRequest extends $tea.Model {
767749
768750export class DetectVehicleIllegalParkingShrinkRequest extends $tea . Model {
769751 imageURL ?: string ;
770- originRequestId ?: string ;
771752 roadRegionsShrink ?: string ;
772- streamArn ?: string ;
773753 static names ( ) : { [ key : string ] : string } {
774754 return {
775755 imageURL : 'ImageURL' ,
776- originRequestId : 'OriginRequestId' ,
777756 roadRegionsShrink : 'RoadRegions' ,
778- streamArn : 'StreamArn' ,
779757 } ;
780758 }
781759
782760 static types ( ) : { [ key : string ] : any } {
783761 return {
784762 imageURL : 'string' ,
785- originRequestId : 'string' ,
786763 roadRegionsShrink : 'string' ,
787- streamArn : 'string' ,
788764 } ;
789765 }
790766
@@ -2187,11 +2163,13 @@ export class DetectVehicleICongestionResponseBodyDataElementsBoxes extends $tea.
21872163
21882164export class DetectVehicleICongestionResponseBodyDataElements extends $tea . Model {
21892165 boxes ?: DetectVehicleICongestionResponseBodyDataElementsBoxes [ ] ;
2166+ id ?: number ;
21902167 score ?: number ;
21912168 typeName ?: string ;
21922169 static names ( ) : { [ key : string ] : string } {
21932170 return {
21942171 boxes : 'Boxes' ,
2172+ id : 'Id' ,
21952173 score : 'Score' ,
21962174 typeName : 'TypeName' ,
21972175 } ;
@@ -2200,6 +2178,7 @@ export class DetectVehicleICongestionResponseBodyDataElements extends $tea.Model
22002178 static types ( ) : { [ key : string ] : any } {
22012179 return {
22022180 boxes : { 'type' : 'array' , 'itemType' : DetectVehicleICongestionResponseBodyDataElementsBoxes } ,
2181+ id : 'number' ,
22032182 score : 'number' ,
22042183 typeName : 'string' ,
22052184 } ;
@@ -2385,11 +2364,13 @@ export class DetectVehicleIllegalParkingResponseBodyDataElementsBoxes extends $t
23852364
23862365export class DetectVehicleIllegalParkingResponseBodyDataElements extends $tea . Model {
23872366 boxes ?: DetectVehicleIllegalParkingResponseBodyDataElementsBoxes [ ] ;
2367+ id ?: number ;
23882368 score ?: number ;
23892369 typeName ?: string ;
23902370 static names ( ) : { [ key : string ] : string } {
23912371 return {
23922372 boxes : 'Boxes' ,
2373+ id : 'Id' ,
23932374 score : 'Score' ,
23942375 typeName : 'TypeName' ,
23952376 } ;
@@ -2398,6 +2379,7 @@ export class DetectVehicleIllegalParkingResponseBodyDataElements extends $tea.Mo
23982379 static types ( ) : { [ key : string ] : any } {
23992380 return {
24002381 boxes : { 'type' : 'array' , 'itemType' : DetectVehicleIllegalParkingResponseBodyDataElementsBoxes } ,
2382+ id : 'number' ,
24012383 score : 'number' ,
24022384 typeName : 'string' ,
24032385 } ;
0 commit comments