Namespace Google.Apis.FactCheckTools.v1alpha1.Data
Classes
GoogleFactcheckingFactchecktoolsV1alpha1Claim
Information about the claim.
GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor
Information about the claim author.
GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating
Information about the claim rating.
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
Information about a claim review.
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor
Information about the claim review author.
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.
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage
Holds one or more instances of ClaimReview
markup for a webpage.
GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse
Response from searching fact-checked claims by image.
GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult
A claim and its associated information.
GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse
Response from searching fact-checked claims.
GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
Response from listing ClaimReview
markup.
GoogleFactcheckingFactchecktoolsV1alpha1Publisher
Information about the publisher.
GoogleProtobufEmpty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }