View Source GoogleApi.FactCheckTools.V1alpha1.Api.Claims (google_api_fact_check_tools v0.10.0)
API calls for all endpoints tagged Claims
.
Summary
Functions
Search through fact-checked claims using an image as the query.
Search through fact-checked claims.
Functions
Link to this function
factchecktools_claims_image_search(connection, optional_params \\ [], opts \\ [])
View Source@spec factchecktools_claims_image_search(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Search through fact-checked claims using an image as the query.
Parameters
-
connection
(type:GoogleApi.FactCheckTools.V1alpha1.Connection.t
) - Connection to server -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:imageUri
(type:String.t
) - Required. The URI of the source image. This must be a publicly-accessible image HTTP/HTTPS URL. When fetching images from HTTP/HTTPS URLs, Google cannot guarantee that the request will be completed. Your request may fail if the specified host denies the request (e.g. due to request throttling or DOS prevention), or if Google throttles requests to the site for abuse prevention. You should not depend on externally-hosted images for production applications. -
:languageCode
(type:String.t
) - Optional. The BCP-47 language code, such as "en-US" or "sr-Latn". Can be used to restrict results by language, though we do not currently consider the region. -
:offset
(type:integer()
) - Optional. An integer that specifies the current offset (that is, starting result location) in search results. This field is only considered ifpage_token
is unset. For example, 0 means to return results starting from the first matching result, and 10 means to return from the 11th result. -
:pageSize
(type:integer()
) - Optional. The pagination size. We will return up to that many results. Defaults to 10 if not set. -
:pageToken
(type:String.t
) - Optional. The pagination token. You may provide thenext_page_token
returned from a previous List request, if any, in order to get the next page. All other fields must have the same values as in the previous request.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse{}}
on success -
{:error, info}
on failure
Link to this function
factchecktools_claims_search(connection, optional_params \\ [], opts \\ [])
View Source@spec factchecktools_claims_search(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Search through fact-checked claims.
Parameters
-
connection
(type:GoogleApi.FactCheckTools.V1alpha1.Connection.t
) - Connection to server -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:languageCode
(type:String.t
) - The BCP-47 language code, such as "en-US" or "sr-Latn". Can be used to restrict results by language, though we do not currently consider the region. -
:maxAgeDays
(type:integer()
) - The maximum age of the returned search results, in days. Age is determined by either claim date or review date, whichever is newer. -
:offset
(type:integer()
) - An integer that specifies the current offset (that is, starting result location) in search results. This field is only considered ifpage_token
is unset. For example, 0 means to return results starting from the first matching result, and 10 means to return from the 11th result. -
:pageSize
(type:integer()
) - The pagination size. We will return up to that many results. Defaults to 10 if not set. -
:pageToken
(type:String.t
) - The pagination token. You may provide thenext_page_token
returned from a previous List request, if any, in order to get the next page. All other fields must have the same values as in the previous request. -
:query
(type:String.t
) - Textual query string. Required unlessreview_publisher_site_filter
is specified. -
:reviewPublisherSiteFilter
(type:String.t
) - The review publisher site to filter results by, e.g. nytimes.com.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse{}}
on success -
{:error, info}
on failure