Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Move speech methods to Sample. #2516

Copy link
Copy link
@daspecster

Description

@daspecster
Issue body actions

Speech API calls should be from the Sample object instead of directly from the client.

# Before
client.sync_recognize(sample)

# After
sample.sync_recognize()

See: #2483 (comment)

Metadata

Metadata

Assignees

Labels

api: speechIssues related to the Speech-to-Text API.Issues related to the Speech-to-Text API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.