Class DocumentClass
- java.lang.Object
-
- software.amazon.awssdk.services.comprehend.model.DocumentClass
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DocumentClass.Builder,DocumentClass>
@Generated("software.amazon.awssdk:codegen") public final class DocumentClass extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocumentClass.Builder,DocumentClass>
Specifies the class that categorizes the document being analyzed
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDocumentClass.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentClass.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the class.Integerpage()Page number in the input document.Floatscore()The confidence score that Amazon Comprehend has this class correctly attributed.List<SdkField<?>>sdkFields()static Class<? extends DocumentClass.Builder>serializableBuilderClass()DocumentClass.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the class.
- Returns:
- The name of the class.
-
score
public final Float score()
The confidence score that Amazon Comprehend has this class correctly attributed.
- Returns:
- The confidence score that Amazon Comprehend has this class correctly attributed.
-
page
public final Integer page()
Page number in the input document. This field is present in the response only if your request includes the
Byteparameter.- Returns:
- Page number in the input document. This field is present in the response only if your request includes
the
Byteparameter.
-
toBuilder
public DocumentClass.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DocumentClass.Builder,DocumentClass>
-
builder
public static DocumentClass.Builder builder()
-
serializableBuilderClass
public static Class<? extends DocumentClass.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-