Class MetadataExtractionTransformation
Generate a metadata JSON file containing extracted 3D model metadata. The metadata is also added to the asset.
Implements
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public sealed class MetadataExtractionTransformation : ITransformationCreation
Properties
InputFilePaths
The input file paths to process (if any).
Declaration
public string[] InputFilePaths { get; set; }
Property Value
Type | Description |
---|---|
string[] |
OutputFilename
Specifies the filename to output. The default value is metadata
.
Declaration
public string OutputFilename { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputFolder
Specifies the output folder.
Declaration
public string OutputFolder { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkflowType
The type of workflow to execute.
Declaration
public WorkflowType WorkflowType { get; }
Property Value
Type | Description |
---|---|
WorkflowType |
Methods
GetParameters()
Any additional parameters to pass to the workflow.
Declaration
public Dictionary<string, string> GetParameters()
Returns
Type | Description |
---|---|
Dictionary<string, string> | A set of paramters to pass to the request. |