AnnotationMatchingResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Stores the criteria-annotation matching results for each search result item.
Attributes |
|
---|---|
Name | Description |
criteria |
google.cloud.visionai_v1.types.Criteria
The criteria used for matching. It can be an input search criteria or a criteria converted from a facet selection. |
matched_annotations |
MutableSequence[google.cloud.visionai_v1.types.Annotation]
Matched annotations for the criteria. |
status |
google.rpc.status_pb2.Status
Status of the match result. Possible values: FAILED_PRECONDITION - the criteria is not eligible for match. OK - matching is performed. |