public static class BatchDetectLanguagePiiEntitiesResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BatchDetectLanguagePiiEntitiesResult |
build() |
BatchDetectLanguagePiiEntitiesResult.Builder |
copy(BatchDetectLanguagePiiEntitiesResult model) |
BatchDetectLanguagePiiEntitiesResult.Builder |
documents(List<PiiEntityDocumentResult> documents)
List of succeeded document response.
|
BatchDetectLanguagePiiEntitiesResult.Builder |
errors(List<DocumentError> errors)
List of failed document response.
|
public BatchDetectLanguagePiiEntitiesResult.Builder documents(List<PiiEntityDocumentResult> documents)
List of succeeded document response.
documents
- the value to setpublic BatchDetectLanguagePiiEntitiesResult.Builder errors(List<DocumentError> errors)
List of failed document response.
errors
- the value to setpublic BatchDetectLanguagePiiEntitiesResult build()
public BatchDetectLanguagePiiEntitiesResult.Builder copy(BatchDetectLanguagePiiEntitiesResult model)
Copyright © 2016–2024. All rights reserved.