ProcessedDocument

Document は、推奨または検索されるアイテムのすべての未加工のメタデータ情報をキャプチャします。

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 文字列表現。