Google\Cloud\Speech\Connection\Rest::syncRecognize PHP Method

syncRecognize() public method

public syncRecognize ( array $args = [] ) : array
$args array
return array
    public function syncRecognize(array $args = [])
    {
        return $this->send('speech', 'syncrecognize', $args);
    }