GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionGenerateVideoResponseVideo (google_api_ai_platform v0.27.0)

View Source

Attributes

  • bytesBase64Encoded (type: String.t, default: nil) - Base64 encoded bytes string representing the video.
  • gcsUri (type: String.t, default: nil) - Cloud Storage URI where the generated video is written.
  • mimeType (type: String.t, default: nil) - The MIME type of the content of the video. - video/mp4

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionGenerateVideoResponseVideo{
    bytesBase64Encoded: String.t() | nil,
    gcsUri: String.t() | nil,
    mimeType: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.