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 |
page(Integer page)
Page number in the input document.
|
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.DocumentClass.Builder page(Integer page)
Page number in the input document. This field is present in the response only if your request includes the
Byte parameter.
page - Page number in the input document. This field is present in the response only if your request includes
the Byte parameter.Copyright © 2023. All rights reserved.