ProcessedDocument

文件會擷取待推薦或搜尋項目的所有原始中繼資料資訊。

JSON 表示法
{
  "document": string,

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "jsonData": string
  // End of mutually exclusive fields.
}
欄位
document

string

這是必要旗標,所參照文件的完整資源名稱,格式為 projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*

處理後文件的輸出格式。以下列出互斥的欄位。回應中最多只會設定一個欄位:
jsonData

string

處理後文件的 JSON 字串表示法。

互斥欄位的結尾。