Interface IPhotoSceneOutput

interface IPhotoSceneOutput {
    Photoscene: {
        filesize: string;
        photosceneid: string;
        progress: string;
        progressmsg: string;
        resultmsg: string;
        scenelink: string;
        urn: string;
    };
}

Properties

Properties

Photoscene: {
    filesize: string;
    photosceneid: string;
    progress: string;
    progressmsg: string;
    resultmsg: string;
    scenelink: string;
    urn: string;
}

Type declaration

  • filesize: string
  • photosceneid: string
  • progress: string
  • progressmsg: string
  • resultmsg: string
  • scenelink: string
  • urn: string

Generated using TypeDoc