次の方法で共有


TranscriptConversation interface

分析に使用する 1 つ以上の話者による発話の完全な順序付けされたセット (音声または書き込み)。

Extends

プロパティ

conversationItems

会話内のトランスクリプト会話アイテムの順序付きリスト。

modality

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

継承されたプロパティ

domain

サポートされている会話型ドメインの列挙。

id

会話の一意識別子。

language

BCP-47 形式の会話項目の言語。

プロパティの詳細

conversationItems

会話内のトランスクリプト会話アイテムの順序付きリスト。

conversationItems: TranscriptConversationItem[]

プロパティ値

modality

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

modality: "transcript"

プロパティ値

"transcript"

継承されたプロパティの詳細

domain

サポートされている会話型ドメインの列挙。

domain?: string

プロパティ値

string

Conversation.domain から継承された

id

会話の一意識別子。

id: string

プロパティ値

string

Conversation.id から継承された

language

BCP-47 形式の会話項目の言語。

language: string

プロパティ値

string

Conversation.language から継承された