EarthSDK
    正在准备搜索索引...

    类型别名 ImageBaseInfo

    type ImageBaseInfo = {
        base64: string;
        height: number;
        url: string;
        width: number;
    }
    索引

    属性

    base64: string
    height: number
    url: string
    width: number