<?php
namespace OCP\SpeechToText;
/**
* @since 28.0.0
*/
interface ISpeechToTextProviderWithId extends ISpeechToTextProvider {
public function getId(): string;
}