Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class AnnotationMatchingResult.
Stores the criteria-annotation matching results for each search result item.
Generated from protobuf message google.cloud.visionai.v1.AnnotationMatchingResult
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ criteria
Criteria
The criteria used for matching. It can be an input search criteria or a criteria converted from a facet selection.
↳ matched_annotations
↳ status
Google\Rpc\Status
Status of the match result. Possible values: FAILED_PRECONDITION - the criteria is not eligible for match. OK - matching is performed.
getCriteria
The criteria used for matching. It can be an input search criteria or a criteria converted from a facet selection.
hasCriteria
clearCriteria
setCriteria
The criteria used for matching. It can be an input search criteria or a criteria converted from a facet selection.
$this
getMatchedAnnotations
Matched annotations for the criteria.
setMatchedAnnotations
Matched annotations for the criteria.
$this
getStatus
Status of the match result. Possible values: FAILED_PRECONDITION - the criteria is not eligible for match.
OK - matching is performed.
hasStatus
clearStatus
setStatus
Status of the match result. Possible values: FAILED_PRECONDITION - the criteria is not eligible for match.
OK - matching is performed.
$this

