sdk/oapiSdk/lark_oapi/api/speech_to_text/v1/version.py

7 lines
137 B
Python
Raw Permalink Normal View History

2025-08-19 10:20:23 +00:00
from .resource import *
class V1(object):
def __init__(self, config: Config) -> None:
self.speech: Speech = Speech(config)