Skip to content

Commit 7a5c13e

Browse files
committed
Moji: Update translations
1 parent f4caf3e commit 7a5c13e

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

guides/box-ai/ai-tutorials/extract-metadata-structured.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,22 +189,22 @@ curl --location 'https://api.box.com/2.0/ai/extract_structured' \
189189
190190
```
191191
192-
### Enhanced Extract Agent
192+
### 抽出エージェント (強化)
193193
194-
To start using the agent, you need:
194+
エージェントの使用を開始するには、以下が必要です。
195195
196-
* A Box Platform App with enabled `Manage AI` scope.
197-
* The app installed and enabled in your Box instance.
198-
* A file to test with.
196+
* `Manage AI`スコープが有効になっているBox Platformアプリ。
197+
* そのアプリがBoxインスタンスにインストールされ、有効になっていること。
198+
* テストに使用するファイル。
199199
200-
Calling an Enhanced Extract Agent works like calling the AI API - set the `type` to `AI Agent ID`, then string to the Enhanced Extract AI agent.
200+
抽出エージェント (強化) の呼び出しは、AI APIの呼び出しのように動作します。`type``AI Agent ID`に設定した後、文字列をAI抽出エージェント (強化) に設定します。
201201
202-
To extract data using the Enhanced Extract Agent you need:
202+
抽出エージェント (強化) を使用してデータを抽出するには、以下のいずれかが必要です。
203203
204-
* Inline field definitions created with `agentCreateAiExtractStructuredMetadataTemplate` if your fields change frequently,
205-
* or a metadata template that contains the data about the fields you wish to extract, if your extracted fields stay the same.
204+
* `agentCreateAiExtractStructuredMetadataTemplate`を使用して作成されたインラインフィールドの定義 (フィールドが頻繁に変更される場合)。
205+
* 抽出するフィールドに関するデータを含むメタデータテンプレート (抽出される複数のフィールドが一定の場合)。
206206
207-
See the full sample Python script that demonstrates how to call the Enhanced Extract Agent on a file using the Box AI SDK:
207+
Box AI SDKを使用してファイルに対して抽出エージェント (強化) を呼び出す方法を示すPythonサンプルスクリプト全体を参照してください。
208208
209209
```Python
210210
from box_sdk_gen import (

guides/box-ai/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ Box AI APIを使用すると、テキストをゼロから生成したり、Box
5757

5858
[`POST /2.0/ai/extract`][extract]および[`POST /2.0/ai/extract_structured`][extract-structured]エンドポイントを使用すると、指定した入力からデータを抽出し、キー/値ペアの形式で返すことができます。
5959

60-
* Use the `extract_structured` endpoint to extract data according to a pre-defined structure obtained from the metadata template, or a set of fields. Use it for shorter documents
61-
* Use the Enhanced Extract Agent for long, complex documents
60+
* `extract_structured`エンドポイントは、メタデータテンプレートから取得したあらかじめ定義された構造、または一連のフィールドに従ってデータを抽出する場合に使用します。ドキュメントが短い場合に使用してください。
61+
* ドキュメントが長くて複雑な場合は、抽出エージェント (強化) を使用します。
6262
* `extract`エンドポイントは、プロンプトを使用してファイルからデータを抽出する場合に使用します。プロンプトには、JSONやXMLなどの形式の文字列化バージョン、またはプレーンテキストを含めることができます。
6363

64-
#### Enhanced Extract Agent
64+
#### 抽出エージェント (強化)
6565

66-
The Enhanced Extract Agent is designed to extract key-value pairs from complex documents. It converts the unstructured content into metadata for easier discovery and search.
66+
抽出エージェント (強化) は、複雑なドキュメントからキー/値ペアを抽出するよう設計されています。検出や検索を容易にするため、非構造化コンテンツをメタデータに変換します。
6767

68-
You can [use the agent][eea-tutorial] through the Box AI API and turn unstructured data into structured output to use in production databases, third party systems, or analytics.
68+
Box AI APIを介して[エージェントを使用][eea-tutorial]すると、非構造化データを、実稼働環境のデータベース、サードパーティ製システム、分析で使用する構造化された出力に変換できます。
6969

70-
The Enhanced Extract Agent uses Gemini 2.5 Pro to provide a chain-of-thought reasoning and returns both the extracted values and a reasoning behind its answer.
70+
抽出エージェント (強化) は、Gemini 2.5 Proを使用して思考連鎖推論機能を提供し、抽出された値とその回答の根拠となる推論の両方を返します。
7171

7272
### 構成の上書き
7373

0 commit comments

Comments
 (0)