PHP Class Google\Cloud\Tests\Speech\SpeechClientTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: GoogleCloudPlatform/gcloud-php

Public Methods

Method Description
audioProvider ( )
setUp ( )
testBeginRecognizeOperation ( $audio, array $options, array $expectedOptions )
testGetsOperation ( )
testRecognize ( $audio, array $options, array $expectedOptions )
testRecognizeThrowsExceptionWhenCannotDetectEncoding ( )
testRecognizeThrowsExceptionWhenCannotDetectSampleRate ( )

Method Details

audioProvider() public method

public audioProvider ( )

setUp() public method

public setUp ( )

testBeginRecognizeOperation() public method

public testBeginRecognizeOperation ( $audio, array $options, array $expectedOptions )
$options array
$expectedOptions array

testGetsOperation() public method

public testGetsOperation ( )

testRecognize() public method

public testRecognize ( $audio, array $options, array $expectedOptions )
$options array
$expectedOptions array

testRecognizeThrowsExceptionWhenCannotDetectEncoding() public method

testRecognizeThrowsExceptionWhenCannotDetectSampleRate() public method