Skip to content

Commit 934f96e

Browse files
author
mose-x.zm
committed
Add comments to bbox_list
1 parent e55b009 commit 934f96e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/com/alibaba/dashscope/aigc/imagegeneration/ImageGenerationParam.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ public class ImageGenerationParam extends HalfDuplexServiceParam {
7979
private Boolean enableSequential;
8080

8181
/**
82-
* The bounding boxes for the images.
83-
* The structure is [image_index][box_index][x1, y1, x2, y2].
82+
* The bounding boxes for the images. The structure is [image_index][box_index][x1, y1, x2, y2].
8483
*/
8584
@Builder.Default private List<List<List<Integer>>> bboxList = null;
8685

0 commit comments

Comments
 (0)