fetch_google_vision(target_col: url, {
    "param": value,
    ...
}) -> (
	labels: list[category],
	violence: category,
	spoof: category,
	adult: category,
	medical: category,
	racy: category
)

Labels and categorizes images to indicate whether they contain violent, parodic, adult, medical or racy elements.

???+ info “API integration” To use this step your team needs to have the Google Vision integration configured in Graphext. The corresponding credentials are required to connect to a third-party API. You can configure API integrations following the INTEGRATIONS or ADD INTEGRATION link in the top-left corner of your Team’s page, selecting API keys, and then the name of the desired third-party service.

To enable the Google Vision integration in particular you will need access to Google’s Vision service. Follow the instructions shere to create the required API key.

fetch_google_vision(target_col: url, {
    "param": value,
    ...
}) -> (
	labels: list[category],
	violence: category,
	spoof: category,
	adult: category,
	medical: category,
	racy: category
)
integration
string
required

ID of the integration you’d like to use.