All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.robothy.sdwebui.sdk.models.results.FaceRestorer Maven / Gradle / Ivy

The newest version!
package io.github.robothy.sdwebui.sdk.models.results;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;

@Getter
public class FaceRestorer {

  @JsonProperty("name")
  private String name;

  @JsonProperty("cmd_dir")
  private String cmdDir;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy