View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoScoreInfo (google_api_content_warehouse v0.2.0)
Video level scoring info.
Attributes
-
commonFeatures(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures.t, default:nil) - Anchor scoring features that apply to all anchor types. -
ocrVideoFeature(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrVideoFeature.t, default:nil) - OCR specific video level feature. -
safeSearchClassifierOutput(type:GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryMultiLabelClassifierOutput.t, 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.t, default:nil) - Video-level features that apply to all the generated queries within this VideoAnchorSets. -
videoMultimodalTopicFeatures(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoMultimodalTopicFeatures.t, default:nil) - Video-level features for Multimodal topics.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.