次の方法で共有


Meeting クラス

定義

会議を文字起こしします。 認識されたテキストと話者 ID を返します。

public sealed class Meeting : Microsoft.CognitiveServices.Speech.Internal.DisposableBase
type Meeting = class
    inherit DisposableBase
Public NotInheritable Class Meeting
Inherits DisposableBase
継承
Microsoft.CognitiveServices.Speech.Internal.DisposableBase
Meeting

プロパティ

AuthorizationToken

サービスとの通信に使用される承認トークンを取得または設定します。

MeetingId

会議 ID を取得または設定します。

OutputFormat

出力形式の設定を取得します。

Properties

この MeetingTranscriberに対して定義されているプロパティとその値のコレクションを取得します。

SpeechRecognitionLanguage

認識に使用される言語名を取得します。

メソッド

AddParticipantAsync(Participant)

参加者オブジェクトを非同期的に使用して、会議に参加者を追加します。

AddParticipantAsync(String)

ユーザーの ID を非同期操作として使用して、会議に参加者を追加します。

AddParticipantAsync(User)

User オブジェクトを使用して、非同期的に参加者を会議に追加します。

CreateMeetingAsync(SpeechConfig, String)

新しい会議を非同期的に作成します。

DeleteMeetingAsync()

会議を削除します。 この後、誰も会議に参加できなくなります。

EndMeetingAsync()

会議を終了します。

LockMeetingAsync()

会議をロックします。 これにより、新しい参加者が参加できなくなります。

MuteAllParticipantsAsync()

会議の他のすべての参加者をミュートにします。 この後、他の参加者は音声認識をブロードキャストしたり、テキスト メッセージを送信したりできなくなります。

MuteParticipantAsync(String)

参加者をミュートする。

RemoveParticipantAsync(Participant)

参加者オブジェクトを使用して、会議の参加者を非同期的に削除します。

RemoveParticipantAsync(String)

ユーザー識別子を非同期的に使用して、会議から参加者を削除します。

RemoveParticipantAsync(User)

User オブジェクトを使用して、会議の参加者を非同期的に削除します。

StartMeetingAsync()

会議を開始します。

UnlockMeetingAsync()

会議のロックを解除します。

UnmuteAllParticipantsAsync()

会議の他のすべての参加者のミュートを解除します。

UnmuteParticipantAsync(String)

参加者のミュートを解除します。

適用対象