Class GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult
A claim and its associated information.
Inheritance
GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult
Implements
Inherited Members
Namespace: Google.Apis.FactCheckTools.v1alpha1.Data
Assembly: Google.Apis.FactCheckTools.v1alpha1.dll
Syntax
public class GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult : IDirectResponseSchema
Properties
Claim
A claim which matched the query.
Declaration
[JsonProperty("claim")]
public virtual GoogleFactcheckingFactchecktoolsV1alpha1Claim Claim { get; set; }
Property Value
Type | Description |
---|---|
GoogleFactcheckingFactchecktoolsV1alpha1Claim |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |