GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoScoreInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Video level scoring info.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
commonFeatures
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures
, default:nil
)
- Anchor scoring features that apply to all anchor types. -
ocrVideoFeature
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrVideoFeature
, default:nil
)
- OCR specific video level feature. -
safeSearchClassifierOutput
(type:GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryMultiLabelClassifierOutput
, default:nil
)
- The output of Safe Search's MultiLabelClassifier for video title. -
version
(type:String.t
, default:nil
)
- The version of this VideoAnchorSets in spanner. -
videoGeneratedQueryFeatures
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoGeneratedQueryFeatures
, default:nil
)
- Video-level features that apply to all the generated queries within this VideoAnchorSets. -
videoMultimodalTopicFeatures
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoMultimodalTopicFeatures
, default:nil
)
- Video-level features for Multimodal topics.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoScoreInfo{
commonFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures.t() | nil,
ocrVideoFeature: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrVideoFeature.t() | nil,
safeSearchClassifierOutput: GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryMultiLabelClassifierOutput.t() | nil,
version: String.t() | nil,
videoGeneratedQueryFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoGeneratedQueryFeatures.t() | nil,
videoMultimodalTopicFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoMultimodalTopicFeatures.t() | nil
}
commonFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures.t() | nil,
ocrVideoFeature: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrVideoFeature.t() | nil,
safeSearchClassifierOutput: GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryMultiLabelClassifierOutput.t() | nil,
version: String.t() | nil,
videoGeneratedQueryFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoGeneratedQueryFeatures.t() | nil,
videoMultimodalTopicFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoMultimodalTopicFeatures.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoScoreInfo