AvatarGeneratedContentResult - конструктор
Represents the content of a generated avatar.
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public AvatarGeneratedContentResult(
byte[] content,
string name,
string mimeType
)
Public Sub New (
content As Byte(),
name As String,
mimeType As String
)
public:
AvatarGeneratedContentResult(
array<unsigned char>^ content,
String^ name,
String^ mimeType
)
new :
content : byte[] *
name : string *
mimeType : string -> AvatarGeneratedContentResult
Параметры
- content Byte
The content of the avatar.
- name String
The name of the content.
- mimeType String
The MIME type of the content.