Mise à jour des librairies vendor

This commit is contained in:
Caribana
2018-05-01 14:43:32 +02:00
parent b67375ae8e
commit d776be73fc
5211 changed files with 59115 additions and 25863 deletions

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -16,10 +16,10 @@
*/
/**
* Service definition for Speech (v1beta1).
* Service definition for Speech (v1).
*
* <p>
* Google Cloud Speech API.</p>
* Converts audio to text by applying powerful neural network models.</p>
*
* <p>
* For more information about this service, see the API
@@ -47,7 +47,7 @@ class Google_Service_Speech extends Google_Service
parent::__construct($client);
$this->rootUrl = 'https://speech.googleapis.com/';
$this->servicePath = '';
$this->version = 'v1beta1';
$this->version = 'v1';
$this->serviceName = 'speech';
$this->operations = new Google_Service_Speech_Resource_Operations(
@@ -56,28 +56,8 @@ class Google_Service_Speech extends Google_Service
'operations',
array(
'methods' => array(
'cancel' => array(
'path' => 'v1beta1/operations/{+name}:cancel',
'httpMethod' => 'POST',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'delete' => array(
'path' => 'v1beta1/operations/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'get' => array(
'path' => 'v1beta1/operations/{+name}',
'get' => array(
'path' => 'v1/operations/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
@@ -86,27 +66,6 @@ class Google_Service_Speech extends Google_Service
'required' => true,
),
),
),'list' => array(
'path' => 'v1beta1/operations',
'httpMethod' => 'GET',
'parameters' => array(
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'name' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
@@ -117,12 +76,12 @@ class Google_Service_Speech extends Google_Service
'speech',
array(
'methods' => array(
'asyncrecognize' => array(
'path' => 'v1beta1/speech:asyncrecognize',
'longrunningrecognize' => array(
'path' => 'v1/speech:longrunningrecognize',
'httpMethod' => 'POST',
'parameters' => array(),
),'syncrecognize' => array(
'path' => 'v1beta1/speech:syncrecognize',
),'recognize' => array(
'path' => 'v1/speech:recognize',
'httpMethod' => 'POST',
'parameters' => array(),
),