Google\Cloud\Speech\Operation::reload PHP 메소드

reload() 공개 메소드

Example: $operation->reload(); $info = $operation->info(); print_r($info['response']);
또한 보기: https://cloud.google.com/speech/reference/rest/v1beta1/operations/get Operations get API documentation.
또한 보기: https://cloud.google.com/speech/reference/rest/v1beta1/operations#Operation Operation resource documentation.
public reload ( array $options = [] ) : array
$options array [optional] Configuration Options.
리턴 array
    public function reload(array $options = [])
    {
        return $this->info = $this->connection->getOperation($options + ['name' => $this->name]);
    }