Documentation
¶
Overview ¶
* @Author: Vincent Young * @Date: 2023-07-23 19:57:34 * @LastEditors: Vincent Young * @LastEditTime: 2023-07-23 20:16:27 * @FilePath: /gdeeplx/gdeeplx.go * @Telegram: https://t.me/missuo * * Copyright © 2023 by Vincent, All Rights Reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommonJobParams ¶
type Params ¶
type Params struct {
Texts []Text `json:"texts"`
Splitting string `json:"splitting"`
Lang Lang `json:"lang"`
Timestamp int64 `json:"timestamp"`
CommonJobParams CommonJobParams `json:"commonJobParams"`
}
Click to show internal directories.
Click to hide internal directories.