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

View Source

Video

Attributes

  • encodedVideo (type: String.t, default: nil) - Base 64 encoded video bytes.
  • encoding (type: String.t, default: nil) - Video encoding, for example "video/mp4".
  • text (type: String.t, default: nil) - Text/Expanded text input for Help Me Write.
  • uri (type: String.t, default: nil) - Path to another storage (typically Google Cloud Storage).
  • video (type: String.t, default: nil) - Raw bytes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionVideo{
  encodedVideo: String.t() | nil,
  encoding: String.t() | nil,
  text: String.t() | nil,
  uri: String.t() | nil,
  video: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.