View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures (google_api_content_warehouse v0.4.0)
Contains video level features that apply to all anchor types.
Attributes
-
anchorCount
(type:integer()
, default:nil
) - The total number of anchors in all video anchor sets. -
captionInfo
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionInfo.t
, default:nil
) - The caption data for the video transcript. The models used for unified scorer. Should be a filepath that contains saved_model.pb and a variables/ folder -
labelPhraseEmbeddingModel
(type:String.t
, default:nil
) - The model used for generating label_phrase_embedding. -
unifiedScoringBertModels
(type:list(String.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures{ anchorCount: integer() | nil, captionInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionInfo.t() | nil, labelPhraseEmbeddingModel: String.t() | nil, unifiedScoringBertModels: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.