KeyPhraseExtractionBatchResult type

關鍵片語擷取批次動作的結果。

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