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()Validates that the types of all values in this object match their expected types recursively. 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()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static VideoRemixParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.prompt()
-
-
-
-