public class CreateImageTagRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
The folder.
|
byte[] |
imageData
Input image
|
String |
searchContextId
The search context identifier.
|
String |
storage
The storage.
|
String |
tagName
The tag.
|
Constructor and Description |
---|
CreateImageTagRequest(byte[] imageData,
String searchContextId,
String tagName,
String folder,
String storage)
Initializes a new instance of the CreateImageTagRequest class.
|
public byte[] imageData
public String searchContextId
public String tagName
public String folder
public String storage
public CreateImageTagRequest(byte[] imageData, String searchContextId, String tagName, String folder, String storage)
imageData
- Input imagesearchContextId
- The search context identifier.tagName
- The tag.folder
- The folder.storage
- The storage.Copyright © 2020 Aspose Pty Ltd. All rights reserved.