AssetConversionOptions Struct

Definition

Parameters for specifying the output location of a converted asset.

public value class AssetConversionOptions
public struct AssetConversionOptions
type AssetConversionOptions = struct
Public Structure AssetConversionOptions
Inheritance
AssetConversionOptions

Fields

ConversionId

A unique string that specifies this conversion. Can be left empty to assign a random GUID.

InputOptions

Conversion input options for the source model to convert.

OutputOptions

Conversion output options for the converted target model.

Methods

CreateForBlobStorage(String, AssetConversionInputOptions, AssetConversionOutputOptions)

Applies to

See also