Class StyleTrainRequest
Inherited Members
Namespace: Unity.Muse.Common
Syntax
[Serializable]
public class StyleTrainRequest : ItemRequest
Constructors
StyleTrainRequest(String, String, String, String[])
Declaration
public StyleTrainRequest(string accessToken, string guid, string name, string[] texturesData)
Parameters
| Type | Name | Description |
|---|---|---|
| String | accessToken | |
| String | guid | |
| String | name | |
| String[] | texturesData |
Fields
guid
Declaration
public string guid
Field Value
| Type | Description |
|---|---|
| String |
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| String |
training_images
Declaration
public string[] training_images
Field Value
| Type | Description |
|---|---|
| String[] |