Package com.openai.models.videos
Class VideoRemixParams.Body
-
- All Implemented Interfaces:
public final class VideoRemixParams.BodyParameters for remixing an existing generated video.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVideoRemixParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Stringprompt()Updated text prompt that directs the remix generation. final MultipartField<String>_prompt()Returns the raw multipart value of prompt. final Map<String, JsonValue>_additionalProperties()final VideoRemixParams.Body.BuildertoBuilder()final VideoRemixParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VideoRemixParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
_prompt
final MultipartField<String> _prompt()
Returns the raw multipart value of prompt.
Unlike prompt, this method doesn't throw if the multipart field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final VideoRemixParams.Body.Builder toBuilder()
-
validate
final VideoRemixParams.Body validate()
-
builder
final static VideoRemixParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.prompt()
-
-
-
-