Green\Request\V20160801\ImageDetectionRequest::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( )
    function __construct()
    {
        parent::__construct("Green", "2016-08-01", "ImageDetection");
        $this->setMethod("POST");
    }