Interface IPhotoSceneOptions

interface IPhotoSceneOptions {
    callback?: string;
    format?: OutputFormat;
    gpstype?: GpsType;
    hubfolderid?: string;
    hubprojectid?: string;
    metadataname?: string[];
    metadatavalue?: string[];
    scenename: string;
    scenetype?: SceneType;
    version?: EngineVersion;
}

Properties

callback?: string
format?: OutputFormat
gpstype?: GpsType
hubfolderid?: string
hubprojectid?: string
metadataname?: string[]
metadatavalue?: string[]
scenename: string
scenetype?: SceneType
version?: EngineVersion

Generated using TypeDoc