Google\Cloud\Tests\Speech\SpeechClientTest::testRecognizeThrowsExceptionWhenCannotDetectSampleRate PHP Method

testRecognizeThrowsExceptionWhenCannotDetectSampleRate() public method

    public function testRecognizeThrowsExceptionWhenCannotDetectSampleRate()
    {
        $this->client->recognize('abcd', ['encoding' => 'FLAC']);
    }