ProcessedDocument

Le document capture toutes les informations brutes sur les métadonnées des éléments à recommander ou à rechercher.

Représentation 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.
}
Champs
document

string

Obligatoire. Nom complet de la ressource du document référencé, au format projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*.

Champ d'union processed_data_format. Format de sortie du document traité. processed_data_format ne peut être qu'un des éléments suivants :
jsonData

string

Représentation de la chaîne JSON du document traité.