기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
트랜스크립션 이벤트 이해
Amazon Chime은 알림을 트리거하고 다운스트림 워크플로를 시작하는 데 사용할 수 있는 트랜스크립션 수명 주기 이벤트를 SDK 전송합니다. 다음은 트랜스크립션 이벤트를 사용하는 몇 가지 예입니다.
Amazon Chime SDK 회의에서 라이브 트랜스크립션 채택 측정
언어 기본 설정 추적
Amazon EventBridge, Amazon Simple Notification Service 및 Amazon Simple Queue Service로 이벤트를 보낼 수 있습니다. 자세한 내용은 Amazon EventBridge 사용 설명서의 AWS 서비스 이벤트를 참조하세요.
회의 SDK트랜스크립션이 시작되거나 TranscriptionConfiguration 가 업데이트됩니다.
예제: 이벤트 데이터
다음은 이 이벤트의 예제 데이터입니다.
{ "version": "0", "source": "aws.chime", "account": "
111122223333
", "id": "12345678-1234-1234-1234-111122223333
", "region": "us-east-1", "detail-type": "Chime Meeting State Change", "time": "yyyy-mm-ddThh:mm:ssZ
", "resources": [] "detail": { "version": "0", "eventType": "chime:TranscriptionStarted", "timestamp":12344566754
, "meetingId": "87654321-4321-4321-1234-111122223333
", "externalMeetingId": "mymeeting
", "mediaRegion": "us-west-1", "transcriptionRegion": "us-west-2", "transcriptionConfiguration": "{...
}" } }
회의 트랜스크립션이 중지되면 Amazon Chime에서 이 이벤트를 SDK 보냅니다.
예제: 이벤트 데이터
다음은 이 이벤트의 예제 데이터입니다.
{ "version": "0", "source": "aws.chime", "account": "
111122223333
", "id": "12345678-1234-1234-1234-111122223333
", "region": "us-east-1", "detail-type": "Chime Meeting State Change", "time": "yyyy-mm-ddThh:mm:ssZ
", "resources": [] "detail": { "version": "0", "eventType": "chime:TranscriptionStopped", "timestamp":12344566754
, "meetingId": "87654321-4321-4321-1234-111122223333
", "externalMeetingId": "mymeeting
", "mediaRegion": "us-west-1", "transcriptionRegion": "us-west-2", "transcriptionConfiguration": "{...
}" } }
회의 트랜스크립션이 중단되면 Amazon Chime에서 이 이벤트를 SDK 전송합니다.
예제: 이벤트 데이터
다음은 이 이벤트의 예제 데이터입니다.
{ "version": "0", "source": "aws.chime", "account": "
111122223333
", "id": "12345678-1234-1234-1234-111122223333
", "region": "us-east-1", "detail-type": "Chime Meeting State Change", "time": "yyyy-mm-ddThh:mm:ssZ
", "resources": [] "detail": { "version": "0", "eventType": "chime:TranscriptionInterrupted", "timestamp":12344566754
, "meetingId": "87654321-4321-4321-1234-111122223333
", "externalMeetingId": "mymeeting
", "message": "Internal server error", "mediaRegion": "us-west-1", "transcriptionRegion": "us-west-2", "transcriptionConfiguration": "{...
}" } }
Amazon Chime은 중단 후 회의 트랜스크립션이 재개되면 이 이벤트를 SDK 전송합니다.
예제: 이벤트 데이터
다음은 이 이벤트의 예제 데이터입니다.
{ "version": "0", "source": "aws.chime", "account": "
111122223333
", "id": "12345678-1234-1234-1234-111122223333
", "region": "us-east-1", "detail-type": "Chime Meeting State Change", "time": "yyyy-mm-ddThh:mm:ssZ
", "resources": [] "detail": { "version": "0", "eventType": "chime:TranscriptionResumed", "timestamp":12344566754
, "meetingId": "87654321-4321-4321-1234-111122223333
", "externalMeetingId": "mymeeting
", "mediaRegion": "us-west-1", "transcriptionRegion": "us-west-2", "transcriptionConfiguration": "{...
}" } }
Amazon Chime은 회의 트랜스크립션을 시작하지 못하거나 중단 후 재개하지 못한 경우 이 이벤트를 SDK 보냅니다.
예제: 이벤트 데이터
다음은 이 이벤트의 예제 데이터입니다.
{ "version": "0", "source": "aws.chime", "account": "
111122223333
", "id": "12345678-1234-1234-1234-111122223333
", "region": "us-east-1", "detail-type": "Chime Meeting State Change", "time": "yyyy-mm-ddThh:mm:ssZ", "resources": [] "detail": { "version": "0", "eventType": "chime:TranscriptionFailed", "timestamp":12344566754
, "meetingId": "87654321-4321-4321-1234-111122223333
", "externalMeetingId": "mymeeting
", "message": "Internal server error", "mediaRegion": "us-west-1", "transcriptionRegion": "us-west-2", "transcriptionConfiguration": "{...
}" } }