KeyPhraseExtractionSkill クラス

定義

キー フレーズ抽出にテキスト分析を使用するスキル。

public class KeyPhraseExtractionSkill : Azure.Search.Documents.Indexes.Models.SearchIndexerSkill
type KeyPhraseExtractionSkill = class
    inherit SearchIndexerSkill
Public Class KeyPhraseExtractionSkill
Inherits SearchIndexerSkill
継承
KeyPhraseExtractionSkill

コンストラクター

KeyPhraseExtractionSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>)

KeyPhraseExtractionSkill の新しいインスタンスを初期化します。

プロパティ

Context

ドキュメントのルートやドキュメントのコンテンツ (/document や /document/content など) など、操作が実行されるレベルを表します。 既定値は /document です。

(継承元 SearchIndexerSkill)
DefaultLanguageCode

使用する言語コードを示す値。 既定値は en です。

Description

スキルの入力、出力、使用状況を記述するスキルの説明。

(継承元 SearchIndexerSkill)
Inputs

スキルの入力には、ソース データ セット内の列、またはアップストリーム スキルの出力を指定できます。

(継承元 SearchIndexerSkill)
MaxKeyPhraseCount

返すキー フレーズの数を示す数値。 存在しない場合は、識別されたすべてのキー フレーズが返されます。

Name

スキルセット内で一意に識別するスキルの名前。 名前が定義されていないスキルには、デバッグ セッションとエラー メッセージの文字 "#" で始まるスキル配列の 1 ベースのインデックスの既定の名前が与えられます。

(継承元 SearchIndexerSkill)
Outputs

スキルの出力は、検索インデックス内のフィールド、または別のスキルによる入力として使用できる値のいずれかです。

(継承元 SearchIndexerSkill)

適用対象