.docx, .pptx, .xlsx에서 지원하는 최대 파일 크기는 100MB입니다. .pdf에서 지원하는 최대 파일 크기는 1GB이고 최대 페이지 제한은 1,000페이지입니다. 모든 입력 문서에 지원되는 최대 파일 크기는 1GB입니다.
BatchDocumentOutputConfig
locations.batchTranslateDocument 요청의 출력 구성입니다.
JSON 표현
{// Union field destination can be only one of the following:"s3_destination": {object (s3Destination)}// End of list of possible types for union field destination.}
필드
통합 필드 destination. 출력 대상입니다. 제공된 대상 디렉터리가 있어야 하며 비어 있어야 합니다. destination은 다음 중 하나여야 합니다.
s3_destination
object (s3Destination)
출력 콘텐츠의 S3 버킷 대상입니다. 단일 입력 문서마다 최대 2 * n개의 출력 파일이 생성됩니다. (n은 BatchTranslateDocumentRequest의 대상 언어 코드 수입니다.)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-30(UTC)"],[[["\u003cp\u003eThis service facilitates asynchronous batch translation of a large number of documents, providing real-time output as inputs are processed, with partial results potentially available if a request is canceled.\u003c/p\u003e\n"],["\u003cp\u003eThe service is accessed via a \u003ccode\u003ePOST\u003c/code\u003e request to a specified endpoint, requiring a parent location in the format \u003ccode\u003eprojects/{project-id}\u003c/code\u003e, with \u003ccode\u003eglobal\u003c/code\u003e location unsupported.\u003c/p\u003e\n"],["\u003cp\u003eUsers can define input and output configurations, including specifying the source and target languages, S3 locations for files, and up to 10 target language codes.\u003c/p\u003e\n"],["\u003cp\u003eOptional features include glossary application, file format conversion, customized attribution, and advanced options like shadow removal and rotation correction for PDF files.\u003c/p\u003e\n"],["\u003cp\u003eThe call returns an operation name that you use to poll for the status of the job, and the content specifies a maximum number of files, as well as maximum file sizes.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.batchTranslateDocument\n\nTranslates a large volume of document in asynchronous batch mode. This function provides real-time output as the inputs are being processed. If caller cancels a request, the partial results (for an input file, it's all or nothing) may still be available on the specified output location.\n\nThis call returns immediately and you can use google.longrunning.Operation.name to poll the status of the call.\n\n### HTTP request\n\n`POST https://{TRANSLATION_GDC_ENDPOINT}/v3/{parent}:batchTranslateDocument`\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/distributed-cloud/hosted/docs/latest/gdch/apis/vertex-ai/translation/rest/v3/projects.operations#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nBatchDocumentInputConfig\n------------------------\n\nInput configuration for locations.batchTranslateDocument request.\n\nBatchDocumentOutputConfig\n-------------------------\n\nOutput configuration for locations.batchTranslateDocument request."]]