Uses of Class
software.amazon.awssdk.services.textract.model.Relationship
-
Packages that use Relationship Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Relationship in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship>Block. relationships()A list of relationship objects that describe how blocks are related to each other.Methods in software.amazon.awssdk.services.textract.model with parameters of type Relationship Modifier and Type Method Description Block.BuilderBlock.Builder. relationships(Relationship... relationships)A list of relationship objects that describe how blocks are related to each other.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type Relationship Modifier and Type Method Description Block.BuilderBlock.Builder. relationships(Collection<Relationship> relationships)A list of relationship objects that describe how blocks are related to each other.
-