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} הוא מיפוי ביחס של 1:1 לכל סשן תמלול ייחודי של שיחת הוועידה.

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. לדוגמה, '1kuseFZohVoCh6FulBHxwy6I15Ogpc4hP'. משתמשים בשיטה 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 כדי לעיין בתמליל בדפדפן.

ארץ

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

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

שיטות

get

קבלת תמליל לפי מזהה התמליל.

list

רשימה של התמלילים מרשומת שיחת הוועידה.