PseudoVideoData

GoogleApi.ContentWarehouse.V1.Model.PseudoVideoData


Table of Contents ▼

Jump to a specific part of the page:

Description

Available tags: 14+

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. AsrModel (type: String.t, default: nil)
    - ASR model MPM version.
  2. DocKey (type: String.t, default: nil)
    - This should be the MustangDocId, we need to figure out how to generate a uint64 given the int64 we have in data_set
  3. Lang (type: String.t, default: nil)
    - Language of the recognizer used to generate transcript.
  4. MustangDocId (type: String.t, default: nil)
    - This is the videodocid associate to the http://video.google.com/videoplay?docid= NUMBER
  5. Url (type: String.t, default: nil)
    - URL for document.
  6. s3Mode (type: String.t, default: nil)
    -
  7. s3ModelInfoLabel (type: String.t, default: nil)
    - S3 ASR model info.
  8. transcript (type: GoogleApi.ContentWarehouse.V1.Model.PseudoVideoDataTranscript, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PseudoVideoData{
AsrModel: String.t() | nil,
DocKey: String.t() | nil,
Lang: String.t() | nil,
MustangDocId: String.t() | nil,
Url: String.t() | nil,
s3Mode: String.t() | nil,
s3ModelInfoLabel: String.t() | nil,
transcript: GoogleApi.ContentWarehouse.V1.Model.PseudoVideoDataTranscript.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.PseudoVideoData