

Le traduzioni sono generate tramite traduzione automatica. In caso di conflitto tra il contenuto di una traduzione e la versione originale in Inglese, quest'ultima prevarrà.

# Avvio e arresto della trascrizione live di Amazon Chime SDK
<a name="initiate-transcription"></a>

Utilizzi l'[https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_StartMeetingTranscription.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_StartMeetingTranscription.html)API Amazon Chime SDK per avviare la trascrizione della riunione applicando a alla riunione. `TranscriptionConfiguration` Il controller Amazon Chime SDK inoltra la configurazione alla riunione in modo asincrono. L'esito positivo o negativo dell'avvio della trascrizione delle riunioni viene segnalato tramite un messaggio tramite Amazon Simple Notification Service (Amazon SNS) e Amazon. EventBridge

**Avvio della trascrizione**  
Questo esempio mostra come avviare la trascrizione in tempo reale con Amazon Transcribe.

```
POST /meetings/meetingId/transcription?operation=start HTTP/1.1 
Content-type: application/json
{
    "TranscriptionConfiguration": {
        "EngineTranscribeSettings": {
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_ResponseSyntax](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_ResponseSyntax)": "en-US",  
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_ResponseSyntax](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_ResponseSyntax)": "tag",
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax)": "profanity",
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax)": "lingo",
            "Region": "us-east-1"
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax)": true,  
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax)": "high",  
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax)": "PII",  
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax)": "PII",  
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax)": "ALL",  
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax)": "language-model"
        }
    }
}
```

Questo esempio mostra come avviare la trascrizione in tempo reale con Amazon Transcribe Medical.

```
POST /meetings/meetingId/transcription?operation=start HTTP/1.1 
Content-type: application/json
{  
    "TranscriptionConfiguration": {
        "EngineTranscribeMedicalSettings": {
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html)": "en-US",
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html)": "PRIMARYCARE",
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html)": "CONVERSATION",
            "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html)": "lingo",
            "Region": "us-east-1",
           "[https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html)": "PHI", 
        }
   }
}
```

`StartMeetingTranscription`— Avvia la trascrizione della riunione.  
`meetingId`[— L'ID della riunione, restituito dall'CreateMeetingAPI.](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_CreateMeeting.html#API_CreateMeeting_ResponseSyntax)  
`TranscriptionConfiguration`— Incapsula i parametri per la trascrizione dal vivo. È necessario specificare esattamente una configurazione, oppure. `EngineTranscribeSettings` `EngineTranscribeMedicalSettings`

`EngineTranscribeSettings`: specifica l'uso di Amazon Transcribe e ne trasmette le impostazioni a. [https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestParameters](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestParameters)  
`LanguageCode`: obbligatorio  
`VocabularyFilterMethod` : Opzionale.  
`VocabularyFilterName` : Opzionale.  
`VocabularyName` : Opzionale.  
`Region` : Opzionale.  
`EnablePartialResultsStabilization` : Opzionale.  
`PartialResultsStability` : Opzionale.  
` ContentIdentificationType` : Opzionale.  
`ContentRedactionType` : Opzionale.  
`PiiEntityTypes ` : Opzionale.  
`LanguageModelName` : Opzionale.

`EngineTranscribeMedicalSettings`— Speciifica l'uso di Amazon Transcribe Medical e ne trasmette le impostazioni a. [https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html#API_streaming_StartMedicalStreamTranscription_RequestParameters](https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html#API_streaming_StartMedicalStreamTranscription_RequestParameters)   
`LanguageCode`: obbligatorio  
`Speciality`: obbligatorio  
`Type`: obbligatorio  
`VocabularyName` : Opzionale.  
`Region` : Opzionale.  
` ContentIdentificationType` : Opzionale.

**Risposte**  
Amazon Transcribe e Amazon Transcribe Medical rispondono alle seguenti domande:
+ `OK`(200) con corpo vuoto, se lo hai inviato con successo alla `TranscriptionConfiguration` riunione.

**Messaggi di errore**  
Amazon Transcribe e Amazon Transcribe Medical visualizzano i seguenti messaggi di errore:
+ **BadRequestException (400):** I parametri di input non corrispondono alle restrizioni del servizio.
+ **ForbiddenException (403):** Al client è permanentemente vietato effettuare la richiesta.
+ **NotFoundException (404):** `meetingId` Non esiste.
+ **ResourceLimitExceededException (400):** La richiesta supera il limite di risorse. Ad esempio, in troppe riunioni è abilitata la trascrizione dal vivo.
+ **ServiceFailureException (500):** Il servizio ha riscontrato un errore imprevisto.
+ **ServiceUnavailableException (503):** Il servizio non è attualmente disponibile.
+ **ThrottledClientException (429):** Il client ha superato il limite di frequenza delle richieste.
+ **UnauthorizedClientException (401):** Il client non è attualmente autorizzato a effettuare la richiesta.

`StartMeetingTranscription`Una seconda chiamata aggiorna l'`TranscriptionConfiguration`applicazione alla riunione.

**Interruzione della trascrizione**  
Utilizzi l'[https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_StopMeetingTranscription.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_StopMeetingTranscription.html)API per rimuovere la `TranscriptionConfiguration` trascrizione di una determinata riunione `meetingID` e terminare. La fine di una riunione interrompe automaticamente la trascrizione.

Questo esempio mostra la sintassi della richiesta richiamata. `StopMeetingTranscription`

```
POST/meetings/meetingId/transcription?operation=stop HTTP/1.1
```

**Risposte**  
Amazon Transcribe e Amazon Transcribe Medical rispondono alle seguenti domande:
+ `OK`(200) con corpo vuoto, se riesci a rimuoverlo dalla `TranscriptionConfiguration` riunione.

**Messaggi di errore**  
Amazon Transcribe e Amazon Transcribe Medical visualizzano i seguenti messaggi di errore:
+ **BadRequestException (400):** I parametri di input non corrispondono alle restrizioni del servizio.
+ **ForbiddenException (403):** Al client è permanentemente vietato effettuare la richiesta.
+ **NotFoundException (404):** `meetingId` Non esiste.
+ **ServiceFailureException (500):** Il servizio ha riscontrato un errore imprevisto.
+ **ServiceUnavailableException (503):** Il servizio non è attualmente disponibile.
+ **ThrottledClientException (429):** Il client ha superato il limite di frequenza delle richieste.
+ **UnauthorizedClientException (401):** Il client non è attualmente autorizzato a effettuare la richiesta.