REST Resource: projects.filmstripThumbnails
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: FilmstripThumbnail
फ़िल्मस्ट्रिप थंबनेल के बारे में जानकारी.
फ़ील्ड |
name |
string
फ़िल्मस्ट्रिप थंबनेल को दिखाने वाले संसाधन का नाम, जो "projects/*/filmstripThumbnails/**" फ़ॉर्मैट में होता है. उदाहरण के लिए, "projects/earthengine-legacy/filmstripThumbnails/".
|
expression |
object (Expression )
कैलकुलेट करने के लिए एक्सप्रेशन. यह किसी ImageCollection के तौर पर आकलन किया जाना चाहिए.
|
orientation |
enum (Orientation )
फ़िल्मस्ट्रिप थंबनेल बनाने के लिए, इमेज को कैसे रखना चाहिए.
|
fileFormat |
enum (ImageFileFormat )
आउटपुट कोडिंग, जिसमें इमेज जनरेट की जानी है.
|
grid |
object (PixelGrid )
वैकल्पिक पिक्सल ग्रिड, जिसमें यह बताया गया है कि expression की मदद से कैलकुलेट की गई इमेज को फिर से प्रोजेक्ट और क्लिप कैसे किया जाता है.
|
ओरिएंटेशन
इससे फ़िल्मस्ट्रिप थंबनेल इमेज का ओरिएंटेशन तय होता है.
Enums |
ORIENTATION_UNSPECIFIED |
नहीं बताया गया है |
HORIZONTAL |
हॉरिज़ॉन्टल: इमेज को बाईं से दाईं ओर, एक के बगल में एक लगाया जाता है. |
VERTICAL |
वर्टिकल: इमेज ऊपर से नीचे तक लगाई जाती हैं. |
तरीके |
|
एक ऐसा आईडी बनाता है जिसका इस्तेमाल, किसी कलेक्शन की कई इमेज वाली इमेज को रेंडर करने के लिए किया जा सकता है. |
|
कैलकुलेशन का नतीजा दिखाने वाली इमेज कैलकुलेट करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eFilmstripThumbnail objects represent a series of images from an ImageCollection, arranged in a strip format (horizontal or vertical).\u003c/p\u003e\n"],["\u003cp\u003eThey are created using an expression which evaluates to an ImageCollection, and can be rendered in a chosen output encoding.\u003c/p\u003e\n"],["\u003cp\u003eYou can customize the layout and projection of the image strip using Orientation and PixelGrid options respectively.\u003c/p\u003e\n"],["\u003cp\u003eEarth Engine provides methods to create these filmstrip thumbnails and retrieve pixel data for visualization.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.filmstripThumbnails\n\nResource: FilmstripThumbnail\n----------------------------\n\nInformation about a filmstrip thumbnail.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"expression\": { object (/earth-engine/reference/rest/v1alpha/Expression) }, \"orientation\": enum (/earth-engine/reference/rest/v1alpha/projects.filmstripThumbnails#FilmstripThumbnail.Orientation), \"fileFormat\": enum (/earth-engine/reference/rest/v1alpha/ImageFileFormat), \"grid\": { object (/earth-engine/reference/rest/v1alpha/PixelGrid) } } ``` |\n\n| Fields ||\n|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the filmstrip thumbnail, of the form \"projects/\\*/filmstripThumbnails/\\*\\*\" (e.g. \"projects/earthengine-legacy/filmstripThumbnails/\"). |\n| `expression` | `object (`[Expression](/earth-engine/reference/rest/v1alpha/Expression)`)` The expression to compute. Must evaluate to an ImageCollection. |\n| `orientation` | `enum (`[Orientation](/earth-engine/reference/rest/v1alpha/projects.filmstripThumbnails#FilmstripThumbnail.Orientation)`)` How the images should be placed to form the filmstrip thumbnail. |\n| `fileFormat` | `enum (`[ImageFileFormat](/earth-engine/reference/rest/v1alpha/ImageFileFormat)`)` The output encoding in which to generate the resulting image. |\n| `grid` | `object (`[PixelGrid](/earth-engine/reference/rest/v1alpha/PixelGrid)`)` An optional pixel grid describing how the images computed by `expression` are reprojected and clipped. |\n\n### Orientation\n\nDefines the orientation of a filmstrip thumbnail image.\n\n| Enums ||\n|---------------------------|-------------------------------------------------------------------|\n| `ORIENTATION_UNSPECIFIED` | Unspecified. |\n| `HORIZONTAL` | Horizontal: images are laid out side by side, from left to right. |\n| `VERTICAL` | Vertical: images are laid out from top to bottom. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|\n| ### [create](/earth-engine/reference/rest/v1alpha/projects.filmstripThumbnails/create) | Creates an ID that can be used to render an image containing multiple images from a collection. |\n| ### [getPixels](/earth-engine/reference/rest/v1alpha/projects.filmstripThumbnails/getPixels) | Computes an image showing the result of a computation. |"]]