ee.String.serialize

แสดงผลการแสดงออบเจ็กต์นี้ในรูปแบบที่แปลงเป็นอนุกรมแล้ว

การใช้งานการคืนสินค้า
String.serialize(legacy)สตริง
อาร์กิวเมนต์ประเภทรายละเอียด
ดังนี้ computedobjectComputedObjectอินสแตนซ์ ComputedObject
legacyบูลีน ไม่บังคับเปิดใช้รูปแบบเดิม

ตัวอย่าง

โปรแกรมแก้ไขโค้ด (JavaScript)

print('Serialized representation of ee.String', ee.String('earth').serialize());

การตั้งค่า Python

ดูข้อมูลเกี่ยวกับ Python API และการใช้ geemap เพื่อการพัฒนาแบบอินเทอร์แอกทีฟได้ที่หน้า สภาพแวดล้อม Python

import ee
import geemap.core as geemap

Colab (Python)

print('Serialized representation of ee.String:', ee.String('earth').serialize())