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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python