AuthorizeClassifierCopyOptions Class
- java.
lang. Object - com.
azure. ai. documentintelligence. models. AuthorizeClassifierCopyOptions
- com.
Implements
public final class AuthorizeClassifierCopyOptions
implements JsonSerializable<AuthorizeClassifierCopyOptions>
Request body to authorize document classifier copy.
Constructor Summary
| Constructor | Description |
|---|---|
| AuthorizeClassifierCopyOptions(String classifierId) |
Creates an instance of Authorize |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Authorize |
fromJson(JsonReader jsonReader)
Reads an instance of Authorize |
| String |
getClassifierId()
Get the classifier |
| String |
getDescription()
Get the description property: Document classifier description. |
| Map<String,String> |
getTags()
Get the tags property: List of key-value tag attributes associated with the document classifier. |
|
Authorize |
setDescription(String description)
Set the description property: Document classifier description. |
|
Authorize |
setTags(Map<String,String> tags)
Set the tags property: List of key-value tag attributes associated with the document classifier. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
AuthorizeClassifierCopyOptions
public AuthorizeClassifierCopyOptions(String classifierId)
Creates an instance of AuthorizeClassifierCopyOptions class.
Parameters:
Method Details
fromJson
public static AuthorizeClassifierCopyOptions fromJson(JsonReader jsonReader)
Reads an instance of AuthorizeClassifierCopyOptions from the JsonReader.
Parameters:
Returns:
Throws:
getClassifierId
public String getClassifierId()
Get the classifierId property: Unique document classifier name.
Returns:
getDescription
public String getDescription()
Get the description property: Document classifier description.
Returns:
getTags
public Map<String,String> getTags()
Get the tags property: List of key-value tag attributes associated with the document classifier.
Returns:
setDescription
public AuthorizeClassifierCopyOptions setDescription(String description)
Set the description property: Document classifier description.
Parameters:
Returns:
setTags
public AuthorizeClassifierCopyOptions setTags(Map<String,String> tags)
Set the tags property: List of key-value tag attributes associated with the document classifier.
Parameters:
Returns: