public static interface DocumentClass.Builder extends SdkPojo, CopyableBuilder<DocumentClass.Builder,DocumentClass>
| Modifier and Type | Method and Description |
|---|---|
DocumentClass.Builder |
name(String name)
The name of the class.
|
DocumentClass.Builder |
score(Float score)
The confidence score that Amazon Comprehend has this class correctly attributed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentClass.Builder name(String name)
The name of the class.
name - The name of the class.DocumentClass.Builder score(Float score)
The confidence score that Amazon Comprehend has this class correctly attributed.
score - The confidence score that Amazon Comprehend has this class correctly attributed.Copyright © 2021. All rights reserved.