Google\Cloud\Tests\Speech\SpeechClientTest::testRecognizeThrowsExceptionWhenCannotDetectSampleRate PHP 메소드

testRecognizeThrowsExceptionWhenCannotDetectSampleRate() 공개 메소드

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