this allows AppAPI to register anonymous classes as SpeechToText providers Signed-off-by: Marcel Klehr <mklehr@gmx.net>pull/41087/head
parent
d8381acf86
commit
928fee8ab4
@ -0,0 +1,14 @@ |
||||
<?php |
||||
|
||||
namespace OCP\SpeechToText; |
||||
|
||||
/** |
||||
* @since 28.0.0 |
||||
*/ |
||||
interface ISpeechToTextProviderWithId extends ISpeechToTextProvider { |
||||
|
||||
/** |
||||
* @since 28.0.0 |
||||
*/ |
||||
public function getId(): string; |
||||
} |
Loading…
Reference in new issue