Uses of Class
software.amazon.awssdk.services.textract.model.RelationshipType
-
Packages that use RelationshipType Package Description software.amazon.awssdk.services.textract.model -
-
Uses of RelationshipType in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return RelationshipType Modifier and Type Method Description static RelationshipTypeRelationshipType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RelationshipTypeRelationship. type()The type of relationship between the blocks in the IDs array and the current block.static RelationshipTypeRelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationshipType[]RelationshipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type RelationshipType Modifier and Type Method Description static Set<RelationshipType>RelationshipType. knownValues()Methods in software.amazon.awssdk.services.textract.model with parameters of type RelationshipType Modifier and Type Method Description Relationship.BuilderRelationship.Builder. type(RelationshipType type)The type of relationship between the blocks in the IDs array and the current block.
-