VideoContentSearchVideoAnchorScoreInfo

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorScoreInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Message to contain scoring / debugging information. If you want to add information which is not directly used in the final VideoAnchor data, it should be put here. Next ID: 27

Attributes List

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

View Attributes

Attributes

  1. anchorCommonFeatureSet (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorCommonFeatureSet, default: nil)
    - Common features for any anchor types.
  2. attachments (type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet, default: nil)
    - Additional attachments which extend MessageSet.
  3. babelCheckpointPath (type: String.t, default: nil)
    - The path to the particular babel checkpoint
  4. captionEntityAnchorFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionEntityAnchorFeatures, default: nil)
    - Training features and debug info for caption entity anchors.
  5. captionSpanAnchorFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionSpanAnchorFeatures, default: nil)
    - Features for caption span anchors for use in training.
  6. descriptionAnchorFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDescriptionAnchorFeatures, default: nil)
    - Description anchor features for use in training.
  7. filterReason (type: list(String.t), default: nil)
    - A description of why the anchor was removed. This is intended for debugging anchor sets which use multiple heuristics to filter anchors.
  8. filtered (type: boolean(), default: nil)
    - Whether or not the anchor will be removed in the final proto.
  9. generativeFeatures (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchGenerativePredictionFeatures), default: nil)
    - Generated predictions from generative models
  10. instructionAnchorFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchInstructionAnchorFeatures, default: nil)
    - Anchor level features for Instruction anchors.
  11. instructionTrainingDataAnchorFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchInstructionTrainingDataAnchorFeatures, default: nil)
    - Training data features for Instruction anchors.
  12. labelLanguage (type: String.t, default: nil)
    - Detected language of label
  13. labelTransformation (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorScoreInfoLabelTransformation), default: nil)
    -
  14. listAnchorFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListAnchorFeatures, default: nil)
    - List anchor features.
  15. listTrainingDataAnchorFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListTrainingDataAnchorFeatures, default: nil)
    - Anchor level metadata about the description anchors used to build training data for list anchors.
  16. multimodalTopicFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMultimodalTopicFeatures, default: nil)
    - Multimodal features for a generated topic.
  17. multimodalTopicTrainingFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMultimodalTopicTrainingFeatures, default: nil)
    - Features for a generated topic used to build training data for multimodal topics.
  18. normalizedBabelEmbedding (type: list(number()), default: nil)
    - Normalized babel embedding of anchor.label(). If the label has more than one sentences, the embedding will be the averaged normalized embedding of each sentence.
  19. ocrAnchorFeature (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOnScreenTextFeature, default: nil)
    - OCR anchor features.
  20. ocrDescriptionTrainingDataAnchorFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrDescriptionTrainingDataAnchorFeatures, default: nil)
    - Anchor level metadata about the join of description anchors and OCR data which is used to build training data.
  21. opinionsAnchorFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchShoppingOpinionsAnchorFeatures, default: nil)
    - Shopping Opinions anchor features.
  22. qnaAnchorFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchQnaAnchorFeatures, default: nil)
    - Q&A anchor features for use in training.
  23. ratingScore (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorRatingScore, default: nil)
    - Human rating score, used for training.
  24. safeSearchClassifierOutput (type: GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryMultiLabelClassifierOutput, default: nil)
    - The output of Safe Search's MultiLabelClassifier.
  25. textSimilarityFeatures (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextSimilarityFeatures), default: nil)
    - ASR matching feature for any anchor types.
  26. thumbnailInfo (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnailInfo, default: nil)
    - Information about the thumbnail anchor.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorScoreInfo{
anchorCommonFeatureSet: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorCommonFeatureSet.t() | nil,
attachments: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
babelCheckpointPath: String.t() | nil,
captionEntityAnchorFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionEntityAnchorFeatures.t() | nil,
captionSpanAnchorFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionSpanAnchorFeatures.t() | nil,
descriptionAnchorFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDescriptionAnchorFeatures.t() | nil,
filterReason: [String.t()] | nil,
filtered: boolean() | nil,
generativeFeatures: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchGenerativePredictionFeatures.t() ] | nil,
instructionAnchorFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchInstructionAnchorFeatures.t() | nil,
instructionTrainingDataAnchorFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchInstructionTrainingDataAnchorFeatures.t() | nil,
labelLanguage: String.t() | nil,
labelTransformation: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorScoreInfoLabelTransformation.t() ] | nil,
listAnchorFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListAnchorFeatures.t() | nil,
listTrainingDataAnchorFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListTrainingDataAnchorFeatures.t() | nil,
multimodalTopicFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMultimodalTopicFeatures.t() | nil,
multimodalTopicTrainingFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMultimodalTopicTrainingFeatures.t() | nil,
normalizedBabelEmbedding: [number()] | nil,
ocrAnchorFeature: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOnScreenTextFeature.t() | nil,
ocrDescriptionTrainingDataAnchorFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrDescriptionTrainingDataAnchorFeatures.t() | nil,
opinionsAnchorFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchShoppingOpinionsAnchorFeatures.t() | nil,
qnaAnchorFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchQnaAnchorFeatures.t() | nil,
ratingScore: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorRatingScore.t() | nil,
safeSearchClassifierOutput: GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryMultiLabelClassifierOutput.t() | nil,
textSimilarityFeatures: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextSimilarityFeatures.t() ] | nil,
thumbnailInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnailInfo.t() | nil
}

Function

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

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