We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc2e0c commit eaf8315Copy full SHA for eaf8315
src/types.ts
@@ -126,8 +126,16 @@ interface VideoAssets {
126
*/
127
mp4?: string;
128
}
129
-
+/**
130
+ * The origin of the last update on the video's `language` attribute.
131
+ */
132
enum LanguageOrigin {
133
+ /**
134
+ * the language was set by the api
135
136
api = 'api',
137
138
+ * the language was done automatically by the API.
139
140
auto = 'auto',
141
0 commit comments