@@ -8,6 +8,9 @@ public class ImageSearchRequest {
|
||||
@JsonProperty("file_id")
|
||||
private String fileId;
|
||||
|
||||
@JsonProperty("check_similar_first")
|
||||
private Boolean checkSimilarFirst;
|
||||
|
||||
@JsonProperty("page")
|
||||
private Integer page = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user