# TikTok_APP_V3_Content_Translate

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    TikTok_APP_V3_Content_Translate:
      properties:
        trg_lang:
          type: string
          title: Trg Lang
          description: >-
            目标语言ISO639-1代码，例如：zh-Hans/ Target language ISO639-1 code, e.g.
            zh-Hans
          default: zh-Hans
        src_content:
          type: string
          title: Src Content
          description: >-
            源语言内容，也就是需要翻译的内容/ Source language content, i.e. the content to be
            translated
          default: Hello, welcome to TikHub!
      type: object
      title: TikTok_APP_V3_Content_Translate
      x-apifox-orders:
        - trg_lang
        - src_content
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
