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 문자열 표현입니다.