ProcessedDocument

문서는 추천하거나 검색할 항목의 모든 원시 메타데이터 정보를 캡처합니다.

JSON 표현
{
  "document": string,

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "jsonData": string
  // End of mutually exclusive fields.
}
필드
document

string

필수 항목입니다. 참조된 문서의 전체 리소스 이름입니다(projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/* 형식).

처리된 문서의 출력 형식입니다. 다음은 상호 배타적인 필드 목록입니다. 응답에서 필드가 최대 하나 설정됩니다.
jsonData

string

처리된 문서의 JSON 문자열 표현입니다.

상호 배타적인 필드의 끝입니다.