RepositoryWebrefMentionRatingsSingleMentionRating

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatingsSingleMentionRating


Table of Contents ▼

Jump to a specific part of the page:

Description

Next available tag: 11

Attributes List

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

View Attributes

Attributes

  1. isCorrectRange (type: boolean(), default: nil)
    - Set for mentions got from the new topicality template. True if the raters checked this range as being a good range for the entity. If the range is not correct we demote the mention score. This field is only used in template version V1. From template version V2 and forward it is now set via phrase_refer.
  2. mentionMatch (type: String.t, default: nil)
    -
  3. mentionRelevant (type: String.t, default: nil)
    -
  4. phraseRefer (type: String.t, default: nil)
    -
  5. raterCanUnderstandTopic (type: boolean(), default: nil)
    - Whether rater can understand the topic.
  6. ratingSource (type: String.t, default: nil)
    - The source of the rating, possibly a golden set external to EWOK.
  7. resultCount (type: integer(), default: nil)
    -
  8. taskData (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskData, default: nil)
    -
  9. topicMentionedInResult (type: list(String.t), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatingsSingleMentionRating{
isCorrectRange: boolean() | nil,
mentionMatch: String.t() | nil,
mentionRelevant: String.t() | nil,
phraseRefer: String.t() | nil,
raterCanUnderstandTopic: boolean() | nil,
ratingSource: String.t() | nil,
resultCount: integer() | nil,
taskData: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskData.t() | nil,
topicMentionedInResult: [String.t()] | nil
}

Function

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

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