GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures
Table of Contents ▼
Jump to a specific part of the page:
Description
Contains video level features that apply to all anchor types.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
anchorCount
(type:integer()
, default:nil
)
- The total number of anchors in all video anchor sets. -
labelPhraseEmbeddingModel
(type:String.t
, default:nil
)
- The model used for generating label_phrase_embedding. -
unifiedScoringBertModels
(type:list(String.t)
, default:nil
)
-
Type
@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
}
anchorCount: integer() | nil,
captionInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionInfo.t() | nil,
labelPhraseEmbeddingModel: String.t() | nil,
unifiedScoringBertModels: [String.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures