|
385 | 385 | }
|
386 | 386 | }
|
387 | 387 | },
|
388 |
| - "revision": "20250630", |
| 388 | + "revision": "20250723", |
389 | 389 | "rootUrl": "https://transcoder.googleapis.com/",
|
390 | 390 | "schemas": {
|
391 | 391 | "AdBreak": {
|
|
1155 | 1155 | "description": "Input asset.",
|
1156 | 1156 | "id": "Input",
|
1157 | 1157 | "properties": {
|
| 1158 | + "attributes": { |
| 1159 | + "$ref": "InputAttributes", |
| 1160 | + "description": "Optional. Input Attributes." |
| 1161 | + }, |
1158 | 1162 | "key": {
|
1159 | 1163 | "description": "A unique key for this input. Must be specified when using advanced mapping and edit lists.",
|
1160 | 1164 | "type": "string"
|
|
1170 | 1174 | },
|
1171 | 1175 | "type": "object"
|
1172 | 1176 | },
|
| 1177 | + "InputAttributes": { |
| 1178 | + "description": "Input attributes that provide additional information about the input asset.", |
| 1179 | + "id": "InputAttributes", |
| 1180 | + "properties": { |
| 1181 | + "trackDefinitions": { |
| 1182 | + "description": "Optional. A list of track definitions for the input asset.", |
| 1183 | + "items": { |
| 1184 | + "$ref": "TrackDefinition" |
| 1185 | + }, |
| 1186 | + "type": "array" |
| 1187 | + } |
| 1188 | + }, |
| 1189 | + "type": "object" |
| 1190 | + }, |
1173 | 1191 | "Job": {
|
1174 | 1192 | "description": "Transcoding job resource.",
|
1175 | 1193 | "id": "Job",
|
|
1814 | 1832 | },
|
1815 | 1833 | "type": "object"
|
1816 | 1834 | },
|
| 1835 | + "TrackDefinition": { |
| 1836 | + "description": "Track definition for the input asset.", |
| 1837 | + "id": "TrackDefinition", |
| 1838 | + "properties": { |
| 1839 | + "detectLanguages": { |
| 1840 | + "description": "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.", |
| 1841 | + "type": "boolean" |
| 1842 | + }, |
| 1843 | + "detectedLanguages": { |
| 1844 | + "description": "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.", |
| 1845 | + "items": { |
| 1846 | + "type": "string" |
| 1847 | + }, |
| 1848 | + "readOnly": true, |
| 1849 | + "type": "array" |
| 1850 | + }, |
| 1851 | + "inputTrack": { |
| 1852 | + "description": "The input track.", |
| 1853 | + "format": "int32", |
| 1854 | + "type": "integer" |
| 1855 | + }, |
| 1856 | + "languages": { |
| 1857 | + "description": "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.", |
| 1858 | + "items": { |
| 1859 | + "type": "string" |
| 1860 | + }, |
| 1861 | + "type": "array" |
| 1862 | + } |
| 1863 | + }, |
| 1864 | + "type": "object" |
| 1865 | + }, |
1817 | 1866 | "VideoStream": {
|
1818 | 1867 | "description": "Video stream resource.",
|
1819 | 1868 | "id": "VideoStream",
|
|
0 commit comments