ProcessedDocument

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

JSON 表示法
{
  "document": string,

  // Union field processed_data_format can be only one of the following:
  "jsonData": string
  // End of list of possible types for union field processed_data_format.
}
欄位
document

string

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

聯集欄位 processed_data_format。處理後文件的輸出格式。processed_data_format 只能是下列其中一項:
jsonData

string

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