PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Kendra::QueryResultItem; use Moose; has AdditionalAttributes => (is => 'ro', isa => 'ArrayRef[Paws::Kendra::AdditionalResultAttribute]'); has DocumentAttributes => (is => 'ro', isa => 'ArrayRef[Paws::Kendra::DocumentAttribute]'); has DocumentExcerpt => (is => 'ro', isa => 'Paws::Kendra::TextWithHighlights'); has DocumentId => (is => 'ro', isa => 'Str'); has DocumentTitle => (is => 'ro', isa => 'Paws::Kendra::TextWithHighlights'); has DocumentURI => (is => 'ro', isa => 'Str'); has FeedbackToken => (is => 'ro', isa => 'Str'); has Id => (is => 'ro', isa => 'Str'); has ScoreAttributes => (is => 'ro', isa => 'Paws::Kendra::ScoreAttributes'); has Type => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Kendra::QueryResultItem =head1 USAGE This class represents one of two things: =head3 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::Kendra::QueryResultItem object: $service_obj->Method(Att1 => { AdditionalAttributes => $value, ..., Type => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Kendra::QueryResultItem object: $result = $service_obj->Method(...); $result->Att1->AdditionalAttributes =head1 DESCRIPTION A single query result. A query result contains information about a document returned by the query. This includes the original location of the document, a list of attributes assigned to the document, and relevant text from the document that satisfies the query. =head1 ATTRIBUTES =head2 AdditionalAttributes => ArrayRef[L] One or more additional attributes associated with the query result. =head2 DocumentAttributes => ArrayRef[L] An array of document attributes for the document that the query result maps to. For example, the document author (Author) or the source URI (SourceUri) of the document. =head2 DocumentExcerpt => L An extract of the text in the document. Contains information about highlighting the relevant terms in the excerpt. =head2 DocumentId => Str The unique identifier for the document. =head2 DocumentTitle => L The title of the document. Contains the text of the title and information for highlighting the relevant terms in the title. =head2 DocumentURI => Str The URI of the original location of the document. =head2 FeedbackToken => Str A token that identifies a particular result from a particular query. Use this token to provide click-through feedback for the result. For more information, see Submitting feedback (https://docs.aws.amazon.com/kendra/latest/dg/submitting-feedback.html). =head2 Id => Str The unique identifier for the query result. =head2 ScoreAttributes => L Indicates the confidence that Amazon Kendra has that a result matches the query that you provided. Each result is placed into a bin that indicates the confidence, C, C, C and C. You can use the score to determine if a response meets the confidence needed for your application. The field is only set to C when the C field is set to C and Amazon Kendra is not confident that the result matches the query. =head2 Type => Str The type of document. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut