ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
REST Resource: projects.filmstripThumbnails
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: ফিল্মস্ট্রিপ থাম্বনেইল
একটি ফিল্মস্ট্রিপ থাম্বনেইল সম্পর্কে তথ্য।
ক্ষেত্র |
---|
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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 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. |"]]