View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatingsSingleMentionRating (google_api_content_warehouse v0.4.0)
Next available tag: 11
Attributes
-
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. -
mentionMatch
(type:String.t
, default:nil
) - -
mentionRelevant
(type:String.t
, default:nil
) - -
phraseRefer
(type:String.t
, default:nil
) - -
raterCanUnderstandTopic
(type:boolean()
, default:nil
) - Whether rater can understand the topic. -
ratingSource
(type:String.t
, default:nil
) - The source of the rating, possibly a golden set external to EWOK. -
resultCount
(type:integer()
, default:nil
) - -
taskData
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskData.t
, default:nil
) - -
topicMentionedInResult
(type:list(String.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.