@adobe/premierepro 26.3.0-beta.47 → 26.3.0-beta.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/premierepro.d.ts +7 -0
package/package.json
CHANGED
package/src/premierepro.d.ts
CHANGED
|
@@ -4384,6 +4384,13 @@ export declare type TranscriptStatic = {
|
|
|
4384
4384
|
*/
|
|
4385
4385
|
querySupportedLanguages(): Array<{ displayString: string; languageCode: string; locale: string }>;
|
|
4386
4386
|
|
|
4387
|
+
/**
|
|
4388
|
+
* Returns true if the ClipProjectItem has an existing transcript
|
|
4389
|
+
*
|
|
4390
|
+
* @param clipProjectItem
|
|
4391
|
+
*/
|
|
4392
|
+
hasTranscript(clipProjectItem: ClipProjectItem): boolean;
|
|
4393
|
+
|
|
4387
4394
|
/**
|
|
4388
4395
|
* Export transcripts inside of clipProjectItem as JSON string if transcript exist
|
|
4389
4396
|
*
|