Class TrackDefinition
Track definition for the input asset.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class TrackDefinition : IDirectResponseSchema
Properties
DetectLanguages
Optional. Whether to automatically detect the languages present in the track. If true, the system will attempt to identify all the languages present in the track and populate the languages field.
Declaration
[JsonProperty("detectLanguages")]
public virtual bool? DetectLanguages { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DetectedLanguages
Output only. A list of languages detected in the input asset, represented by a BCP 47 language code, such as "en-US" or "sr-Latn". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. This field is only populated if the detect_languages field is set to true.
Declaration
[JsonProperty("detectedLanguages")]
public virtual IList<string> DetectedLanguages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InputTrack
The input track.
Declaration
[JsonProperty("inputTrack")]
public virtual int? InputTrack { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Languages
Optional. A list of languages spoken in the input asset, represented by a BCP 47 language code, such as "en-US" or "sr-Latn". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
Declaration
[JsonProperty("languages")]
public virtual IList<string> Languages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |