Correction of incorrect function names in comments (#125)
This commit is contained in:
2
audio.go
2
audio.go
@@ -35,7 +35,7 @@ func (c *Client) CreateTranscription(
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// CreateTranscription — API call to create a transcription. Returns transcribed text.
|
// CreateTranslation — API call to translate audio into English.
|
||||||
func (c *Client) CreateTranslation(
|
func (c *Client) CreateTranslation(
|
||||||
ctx context.Context,
|
ctx context.Context,
|
||||||
request AudioRequest,
|
request AudioRequest,
|
||||||
|
|||||||
Reference in New Issue
Block a user