컬렉션의 여러 이미지 애니메이션이 포함된 이미지를 렌더링하는 데 사용할 수 있는 ID를 만듭니다.
GetVideoThumbnailPixels와 함께 사용됩니다. videoThumbnails.create 호출은 표현식과 일부 출력 옵션을 제공합니다. videoThumbnails.create의 결과는 해당 표현식을 평가하고 이러한 옵션을 적용한 결과인 이미지를 나타내는 ID입니다. 그런 다음 GetVideoThumbnailPixels를 호출하여 ImageCollection의 모든 요소를 보여주는 이미지를 가져와 처음부터 끝까지 애니메이션 처리할 수 있습니다. ID는 몇 시간 동안 유효합니다.
요청은 ImageCollection의 모든 이미지에 대해 총 512*512*100픽셀로 제한됩니다. 이 한도를 초과하는 요청은 400 (BAD_REQUEST) 오류 코드를 발생시킵니다.
HTTP 요청
POST https://earthengine.googleapis.com/v1beta/{parent=projects/*/locations/*}/videoThumbnails
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[],["An ID is created via `videoThumbnails.create` to represent an animated image from an ImageCollection. This ID, valid for a few hours, is used with `GetVideoThumbnailPixels` to retrieve the animated image, cycling through the ImageCollection's elements. The request is limited to 512\\*512\\*100 total pixels. A `workloadTag` query can be specified for tracking. The URL is `POST https://earthengine.googleapis.com/v1beta/{parent}/videoThumbnails`, requiring specific OAuth scopes and IAM permission. The request and response body are instances of VideoThumbnail.\n"]]