Google 맞춤 검색 API로 이미지 검색을위한 설정으로

머리에 왔기 때문에 메모

맞춤 검색을 만든 후 이미지 검색 항목을 켭니다.

<?php

require_once("./vendor/autoload.php");

$api_key = '********';
$app_name = '********';
$cx = '********';

$client = new Google_Client();
$client->setApplicationName($app_name);
$client->setDeveloperKey($api_key);

$service = new Google_Service_Customsearch($client);
$query = "歳納京子";
$param = array(
    'searchType' => 'image',
    'cx'         => $cx,
    'num'        => '10',
);

$results = $service->cse->listCse($query, $param);
var_dump($results->getItems());

PHP라면
htps : // 기주 b. 코 m / goo g / goo g ぇ - ap-php-c-en t 을 사용하면
이런 느낌으로 쓰면 결과를 취하고 이것이 될 것입니다.

설정이 조금 전의 화상 상태라면 화상 검색할 수 없다!



위 이미지의 상태가 ON 인 것 같습니다.
잠깐 생각하면 알았을 텐데 쓸데없이 시간을 보냈기 때문에 반성

좋은 웹페이지 즐겨찾기