NAME
Paws::Textract::Relationship
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Textract::Relationship object:
$service_obj->Method(Att1 => { Ids => $value, ..., Type => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Textract::Relationship object:
$result = $service_obj->Method(...);
$result->Att1->Ids
DESCRIPTION
Information about how blocks are related to each other. A Block
object contains 0 or more Relation
objects in a list, Relationships
. For more information, see Block.
The Type
element provides the type of the relationship for all blocks in the IDs
array.
ATTRIBUTES
Ids => ArrayRef[Str|Undef]
An array of IDs for related blocks. You can get the type of the relationship from the Type
element.
Type => Str
The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE
or CHILD
. A relationship of type VALUE is a list that contains the ID of the VALUE block that's associated with the KEY of a key-value pair. A relationship of type CHILD is a list of IDs that identify WORD blocks in the case of lines Cell blocks in the case of Tables, and WORD blocks in the case of Selection Elements.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Textract
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues