REST Resource: conferenceRecords.transcripts

משאב: תמליל

מטא-נתונים של תמליל שנוצר משיחת ועידה. מדובר בתוצאה של זיהוי אוטומטי של דיבור (ASR) של הדיבור של המשתמש במהלך הפגישה.

ייצוג ב-JSON
{
  "name": string,
  "state": enum (State),
  "startTime": string,
  "endTime": string,

  // Union field destination can be only one of the following:
  "docsDestination": {
    object (DocsDestination)
  }
  // End of list of possible types for union field destination.
}
שדות
name

string

פלט בלבד. שם המשאב של התמליל. פורמט: conferenceRecords/{conferenceRecord}/transcripts/{transcript}, כאשר {transcript} הוא מיפוי אחד-לאחד לכל סשן תמלול ייחודי של הכינוס.

state

enum (State)

פלט בלבד. המצב הנוכחי.

startTime

string (Timestamp format)

פלט בלבד. חותמת הזמן של תחילת התמלול.

endTime

string (Timestamp format)

פלט בלבד. חותמת הזמן שבה התמלול הופסק.

שדה האיחוד destination.

הערך של destination יכול להיות רק אחת מהאפשרויות הבאות:

docsDestination

object (DocsDestination)

פלט בלבד. איפה נשמר התמליל ב-Google Docs.

DocsDestination

המיקום ב-Google Docs שבו נשמר קובץ התמליל.

ייצוג ב-JSON
{
  "document": string,
  "exportUri": string
}
שדות
document

string

פלט בלבד. מזהה המסמך של קובץ התמליל הבסיסי ב-Google Docs. לדוגמה, 1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP. כדי לאחזר את התוכן, משתמשים בשיטה documents.get של Google Docs API‏ (https://developers.google.com/docs/api/reference/rest/v1/documents/get).

exportUri

string

פלט בלבד. מזהה URI של קובץ התמליל ב-Google Docs. אפשר להשתמש ב-https://docs.google.com/document/d/{$DocumentId}/view כדי לדפדף בתמליל בדפדפן.

מדינה

המצב הנוכחי של סשן התמליל.

טיפוסים בני מנייה (enum)
STATE_UNSPECIFIED ברירת המחדל, אף פעם לא נעשה בה שימוש.
STARTED התחיל סשן פעיל של תמלול.
ENDED סשן התמליל הזה הסתיים, אבל קובץ התמליל עדיין לא נוצר.
FILE_GENERATED קובץ התמליל נוצר ומוכן להורדה.

Methods

get

אחזור תמליל לפי מזהה תמליל.

list

רשימה של קבוצת התמלילים מהרשומה של הכינוס.