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 字符串表示形式。