Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
AiNameMismatch |
AiNameMismatch.category(String category)
Set category and return this.
|
AiNameMismatch |
AiNameMismatch.explanation(String explanation)
Set explanation and return this.
|
AiNameMismatch |
AiNameMismatch.similarity(Double similarity)
Set similarity and return this.
|
Modifier and Type | Method and Description |
---|---|
List<AiNameMismatch> |
AiNameMatchResult.getMismatches()
Detailed description of mismatches
|
Modifier and Type | Method and Description |
---|---|
AiNameMatchResult |
AiNameMatchResult.addMismatchesItem(AiNameMismatch mismatchesItem)
Add an item to mismatches and return this.
|
Modifier and Type | Method and Description |
---|---|
AiNameMatchResult |
AiNameMatchResult.mismatches(List<AiNameMismatch> mismatches)
Set mismatches and return this.
|
void |
AiNameMatchResult.setMismatches(List<AiNameMismatch> mismatches)
Set mismatches.
|
Constructor and Description |
---|
AiNameMatchResult(Double similarity,
List<AiNameMismatch> mismatches)
Initializes a new instance of the AiNameMatchResult
|
Copyright © 2020. All rights reserved.