KeyPhraseExtractionBatchResult type

キー フレーズ抽出バッチ アクションの結果。

type KeyPhraseExtractionBatchResult = ActionMetadata &
  BatchActionResult<KeyPhraseExtractionResult, "KeyPhraseExtraction">