Google\Cloud\Speech\Operation::reload PHP Method

reload() public method

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