この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Text Classification Input

テキスト分類要求を送信するための入力表現。
JSON の例
1{
2    "textList": [
3        "description not matching one aaa",
4        "Runs big",
5        "color is different",
6        "color is different",
7        "Didn't fit",
8        "bad quality",
9        "Wrong color",
10        "Didn't like",
11        "Didn't like"
12    ],
13    "classifiers": [
14       "Runs big",
15       "Runs small",
16       "Defective",
17       "Inaccurate Description",
18       "Color does",
19       "Item arrived late",
20       "Other"
21    ]
22}
プロパティ
名前 説明 必須か省略可能 使用可能なバージョン
classifiers String [] テキストを分類する分類子のリスト。 必須 59.0
textList String [] 分類するテキストのリスト。 必須 59.0