Show / Hide Table of Contents

Class GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup

Fields for an individual ClaimReview element. Except for sub-messages that group fields together, each of these fields correspond those in https://schema.org/ClaimReview. We list the precise mapping for each field.

Inheritance
object
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FactCheckTools.v1alpha1.Data
Assembly: Google.Apis.FactCheckTools.v1alpha1.dll
Syntax
public class GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup : IDirectResponseSchema

Properties

ClaimAppearances

A list of links to works in which this claim appears, aside from the one specified in claim_first_appearance. Corresponds to ClaimReview.itemReviewed[@type=Claim].appearance.url.

Declaration
[JsonProperty("claimAppearances")]
public virtual IList<string> ClaimAppearances { get; set; }
Property Value
Type Description
IList<string>

ClaimAuthor

Info about the author of this claim.

Declaration
[JsonProperty("claimAuthor")]
public virtual GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor ClaimAuthor { get; set; }
Property Value
Type Description
GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor

ClaimDate

The date when the claim was made or entered public discourse. Corresponds to ClaimReview.itemReviewed.datePublished.

Declaration
[JsonProperty("claimDate")]
public virtual string ClaimDate { get; set; }
Property Value
Type Description
string

ClaimFirstAppearance

A link to a work in which this claim first appears. Corresponds to ClaimReview.itemReviewed[@type=Claim].firstAppearance.url.

Declaration
[JsonProperty("claimFirstAppearance")]
public virtual string ClaimFirstAppearance { get; set; }
Property Value
Type Description
string

ClaimLocation

The location where this claim was made. Corresponds to ClaimReview.itemReviewed.name.

Declaration
[JsonProperty("claimLocation")]
public virtual string ClaimLocation { get; set; }
Property Value
Type Description
string

ClaimReviewed

A short summary of the claim being evaluated. Corresponds to ClaimReview.claimReviewed.

Declaration
[JsonProperty("claimReviewed")]
public virtual string ClaimReviewed { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Rating

Info about the rating of this claim review.

Declaration
[JsonProperty("rating")]
public virtual GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating Rating { get; set; }
Property Value
Type Description
GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating

Url

This field is optional, and will default to the page URL. We provide this field to allow you the override the default value, but the only permitted override is the page URL plus an optional anchor link ("page jump"). Corresponds to ClaimReview.url

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX