LiveEventOutputTranscriptionTrack Class
Describes a transcription track in the output of a live event, generated using speech-to-text transcription. This property is reserved for future use, any value set on this property will be ignored.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media._serialization.ModelLiveEventOutputTranscriptionTrack
Constructor
LiveEventOutputTranscriptionTrack(*, track_name: str, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
track_name
|
The output track name. This property is reserved for future use, any value set on this property will be ignored. Required. |
Variables
Name | Description |
---|---|
track_name
|
The output track name. This property is reserved for future use, any value set on this property will be ignored. Required. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python