GeneratedAssetLocation

GeneratedAssetLocation

是类似像 VideoGenerator 这样可以指定生成资源位置的函数的一个选项.

更多信息

  • 一般设置包括:
  • Automatic自动设置
    File[]"file"储存在本地文件
    LocalObject[] or "LocalObject"储存在本地对象
    CloudObject[] or "CloudObject"储存在云对象
    "CloudObjectPublic"储存在权限设置为公共的云对象中
    "dir/"储存在目录 dir 下,使用自动文件名称
    None可能的情况下储存在内存中
  • GeneratedAssetLocation"dir/" 中,若目录 "dir" 已经存在,则后置路径名称分隔符则称为选填.
  • 使用 GeneratedAssetFormat 来指定生成结果资源的格式.

范例

打开所有单元关闭所有单元

基本范例  (1)

指定 VideoGenerator 中生成的资源位置:

范围  (5)

使用 File 对象指定生成资源的位置:

使用 LocalObject 指定生成资源的位置:

得到的 LocalObject 会包含一个视频文件:

使用 CloudObject 指定生成资源的位置:

得到的 LocalObject 会包含一个视频文件:

为生成资源指定一个目录:

得到的资源会在指定目录中使用自动生成的文件名进行创建:

使用 None 生成不依赖外部资源的结果:

不是所有函数都支持 GeneratedAssetLocationNone

属性和关系  (1)

生成资源的自动位置取决于特定函数.

对于与 Video 相关的函数,资源会在 $WolframDocumentsDirectory 下的 "Video" 目录中生成:

对于与 Audio 相关的函数,资源会在 $WolframDocumentsDirectory 中的 "Audio" 目录下生成:

Wolfram Research (2020),GeneratedAssetLocation,Wolfram 语言函数,https://reference.wolfram.com/language/ref/GeneratedAssetLocation.html (更新于 2022 年).

文本

Wolfram Research (2020),GeneratedAssetLocation,Wolfram 语言函数,https://reference.wolfram.com/language/ref/GeneratedAssetLocation.html (更新于 2022 年).

CMS

Wolfram 语言. 2020. "GeneratedAssetLocation." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2022. https://reference.wolfram.com/language/ref/GeneratedAssetLocation.html.

APA

Wolfram 语言. (2020). GeneratedAssetLocation. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/GeneratedAssetLocation.html 年

BibTeX

@misc{reference.wolfram_2024_generatedassetlocation, author="Wolfram Research", title="{GeneratedAssetLocation}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/GeneratedAssetLocation.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_generatedassetlocation, organization={Wolfram Research}, title={GeneratedAssetLocation}, year={2022}, url={https://reference.wolfram.com/language/ref/GeneratedAssetLocation.html}, note=[Accessed: 21-November-2024 ]}