Package com.openai.models.videos
Class ImageInputReferenceParam
-
- All Implemented Interfaces:
public final class ImageInputReferenceParam
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classImageInputReferenceParam.BuilderA builder for ImageInputReferenceParam.
-
Method Summary
Modifier and Type Method Description final Optional<String>fileId()final Optional<String>imageUrl()A fully qualified URL or base64-encoded data URL. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<String>_imageUrl()Returns the raw JSON value of imageUrl. final Map<String, JsonValue>_additionalProperties()final ImageInputReferenceParam.BuildertoBuilder()final ImageInputReferenceParamvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageInputReferenceParam.Builderbuilder()Returns a mutable builder for constructing an instance of ImageInputReferenceParam. -
-
Method Detail
-
_fileId
final JsonField<String> _fileId()
Returns the raw JSON value of fileId.
Unlike fileId, this method doesn't throw if the JSON field has an unexpected type.
-
_imageUrl
final JsonField<String> _imageUrl()
Returns the raw JSON value of imageUrl.
Unlike imageUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ImageInputReferenceParam.Builder toBuilder()
-
validate
final ImageInputReferenceParam validate()
-
builder
final static ImageInputReferenceParam.Builder builder()
Returns a mutable builder for constructing an instance of ImageInputReferenceParam.
-
-
-
-