Class SpeechToVideoParams

java.lang.Object
ai.runapi.wan.types.SpeechToVideoParams

public final class SpeechToVideoParams extends Object
Parameters for Wan speech-to-video generation.
  • Method Details

    • builder

      public static SpeechToVideoParams.Builder builder()
      Creates a new SpeechToVideoParams builder.
    • action

      public String action()
      Returns the RunAPI action key for this request.
    • toMap

      public Map<String,Object> toMap()
      Converts these parameters to the JSON request body shape.