Green\Request\V20160801\ImageDetectionRequest::setNotifySeed PHP Method

setNotifySeed() public method

public setNotifySeed ( $notifySeed )
    public function setNotifySeed($notifySeed)
    {
        $this->notifySeed = $notifySeed;
        $this->queryParameters["NotifySeed"] = $notifySeed;
    }