

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# Amazon Chime SDK の通話分析パイプラインの一時停止と再開
<a name="pausing-and-resuming-call-analytics-pipelines"></a>

メディアインサイトパイプラインを一時停止および再開するには、`Pause` または `Resume` アクションを使用して、[https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_UpdateMediaInsightsPipelineStatus.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_UpdateMediaInsightsPipelineStatus.html) API を呼び出します。これを行うには、パイプラインの ID または ARN のいずれかを `Identifier` フィールドに渡します。

**警告**  
警告: `UpdateMediaInsightsPipelineStatus` API に `Pause` ステータスを指定すると、メディアインサイトパイプラインで開始したすべての音声分析タスクが停止します。`Resume` ステータスを指定しても、タスクは再開されないため、それらを再度開始する必要があります。タスクの再開前には、必要なすべての通知を行い、スピーカーから必要なすべての同意を得る必要があります。詳細については、「*Amazon Chime SDK API リファレンス*」の「[https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_StartSpeakerSearchTask.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_StartSpeakerSearchTask.html)」または「[https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_StartVoiceToneAnalysisTask.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_StartVoiceToneAnalysisTask.html)」を参照してください。

一時停止中、パイプラインでは、プロセッサへのメディアの送信と、Kinesis Data Streams およびデータウェアハウスへのデータの書き込みが停止します。パイプラインを `Resume` (再開) すると、ストリームで利用可能な最新のチャンクが送信されます。メディアインサイトパイプラインは、2 時間以上一時停止すると、自動的に停止します。通話録音は一時停止と再開に対応していない点に**留意してください**。

 詳細については、次のトピックを参照してください。
+ 「[Event Bridge 通知の使用](https://docs.aws.amazon.com/chime-sdk/latest/dg/ca-eventbridge-notifications.html)」
+ 「*Amazon Kinesis Video Streams 開発者ガイド*」の「[https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_dataplane_StartSelector.html#KinesisVideo-Type-dataplane_StartSelector-StartSelectorType](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_dataplane_StartSelector.html#KinesisVideo-Type-dataplane_StartSelector-StartSelectorType)」
+ 「[Amazon Transcribe call analytics processor](https://docs.aws.amazon.com/chime-sdk/latest/dg/ca-processors-sinks.html#ca-transcribe-analytics-processor)」

**注記**  
 パイプラインを一時停止している間の通話分析の使用量には課金が発生します。ただし、Amazon Transcribe や Amazon Kinesis など、リソースアクセスロールを介してアクセスされた AWS サービスには課金されません。

 Identifier フィールドの設定名または ARN を渡すことで、[https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_GetMediaInsightsPipelineConfiguration.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_GetMediaInsightsPipelineConfiguration.html)、[https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_UpdateMediaInsightsPipelineConfiguration.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_UpdateMediaInsightsPipelineConfiguration.html)、および [https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_DeleteMediaInsightsPipelineConfiguration.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_DeleteMediaInsightsPipelineConfiguration.html) API を使用して、既存の通話分析設定の読み取り、更新、削除を実行できます。

 [https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_media-pipelines-chime_ListMediaInsightsPipelineConfiguration.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_media-pipelines-chime_ListMediaInsightsPipelineConfiguration.html) API を呼び出すことで、設定を一覧表示できます。