View Source GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse (google_api_fact_check_tools v0.7.0)

Response from searching fact-checked claims by image.

Attributes

  • nextPageToken (type: String.t, default: nil) - 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.
  • results (type: list(GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult.t), default: nil) - The list of claims and all of their associated information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse{
    nextPageToken: String.t() | nil,
    results:
      [
        GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult.t()
      ]
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.