To OntologyEdit function, I am passing Input variable ‘key’ and doing a search().
Then performing edit of this object.
Code:
transcription = await objectA[0].mediaReference.transcribeAsync({
language: TranscriptionLanguage.ENGLISH,
performanceMode: TranscriptionPerformanceMode.MORE_ECONOMICAL,
outputFormat: {type: “plainTextNoSegmentData”, addTimestamps: false}
});
But still I get this error- - - - - -
I am encountering a ‘FunctionExecutionTimedOut’ error when using a TypeScript OntologyEdit function in Foundry.
An error (Actions:FunctionExecutionTimedOut) occurred with this request (error id: xxxxxx-xxxx-xxxx). Consider modifying the execution mode to reduce the number of objects passed to each function execution.