Class GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse
Response from searching fact-checked claims by image.
Implements
Inherited Members
Namespace: Google.Apis.FactCheckTools.v1alpha1.Data
Assembly: Google.Apis.FactCheckTools.v1alpha1.dll
Syntax
public class GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The next pagination token in the Search response. It should be used as the page_token
for the following
request. An empty value means no more results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Results
The list of claims and all of their associated information.
Declaration
[JsonProperty("results")]
public virtual IList<GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult> Results { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult> |