Class GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating
Information about the claim rating.
Implements
Inherited Members
Namespace: Google.Apis.FactCheckTools.v1alpha1.Data
Assembly: Google.Apis.FactCheckTools.v1alpha1.dll
Syntax
public class GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating : IDirectResponseSchema
Properties
BestRating
For numeric ratings, the best value possible in the scale from worst to best. Corresponds to
ClaimReview.reviewRating.bestRating
.
Declaration
[JsonProperty("bestRating")]
public virtual int? BestRating { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageUrl
Corresponds to ClaimReview.reviewRating.image
.
Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
RatingExplanation
Corresponds to ClaimReview.reviewRating.ratingExplanation
.
Declaration
[JsonProperty("ratingExplanation")]
public virtual string RatingExplanation { get; set; }
Property Value
Type | Description |
---|---|
string |
RatingValue
A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to
ClaimReview.reviewRating.ratingValue
.
Declaration
[JsonProperty("ratingValue")]
public virtual int? RatingValue { get; set; }
Property Value
Type | Description |
---|---|
int? |
TextualRating
The truthfulness rating as a human-readible short word or phrase. Corresponds to
ClaimReview.reviewRating.alternateName
.
Declaration
[JsonProperty("textualRating")]
public virtual string TextualRating { get; set; }
Property Value
Type | Description |
---|---|
string |
WorstRating
For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to
ClaimReview.reviewRating.worstRating
.
Declaration
[JsonProperty("worstRating")]
public virtual int? WorstRating { get; set; }
Property Value
Type | Description |
---|---|
int? |