class Claims extends Resource (View source)

The "claims" collection of methods.

Typical usage is:

 $factchecktoolsService = new Google\Service\FactCheckTools(...);
 $claims = $factchecktoolsService->claims;

Methods

imageSearch(array $optParams = [])

Search through fact-checked claims using an image as the query.

search(array $optParams = [])

Search through fact-checked claims. (claims.search)

Details

GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse imageSearch(array $optParams = [])

Search through fact-checked claims using an image as the query.

(claims.imageSearch)

Parameters

array $optParams

Optional parameters.

Return Value

GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse

Exceptions

Exception

Search through fact-checked claims. (claims.search)

Parameters

array $optParams

Optional parameters.

Return Value

GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse

Exceptions

Exception