GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_ObjectTrackingConfig (google_api_video_intelligence v0.28.0) View Source

Config for OBJECT_TRACKING.

Attributes

  • model (type: String.t, default: nil) - Model to use for object tracking. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_ObjectTrackingConfig{
    model: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.