View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictInstanceVideoActionRecognitionPredictionInstance (google_api_ai_platform v0.13.0)

Prediction input format for Video Action Recognition.

Attributes

  • content (type: String.t, default: nil) - The Google Cloud Storage location of the video on which to perform the prediction.
  • mimeType (type: String.t, default: nil) - The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime
  • timeSegmentEnd (type: String.t, default: nil) - The end, exclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision, and "inf" or "Infinity" is allowed, which means the end of the video.
  • timeSegmentStart (type: String.t, default: nil) - The beginning, inclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictInstanceVideoActionRecognitionPredictionInstance{
    content: String.t() | nil,
    mimeType: String.t() | nil,
    timeSegmentEnd: String.t() | nil,
    timeSegmentStart: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.