Class: Google::Cloud::VisionAI::V1::AnnotationMatchingResult
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::AnnotationMatchingResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Stores the criteria-annotation matching results for each search result item.
Instance Attribute Summary collapse
-
#criteria ⇒ ::Google::Cloud::VisionAI::V1::Criteria
The criteria used for matching.
-
#matched_annotations ⇒ ::Array<::Google::Cloud::VisionAI::V1::Annotation>
Matched annotations for the criteria.
-
#status ⇒ ::Google::Rpc::Status
Status of the match result.
Instance Attribute Details
#criteria ⇒ ::Google::Cloud::VisionAI::V1::Criteria
Returns The criteria used for matching. It can be an input search criteria or a criteria converted from a facet selection.
2816 2817 2818 2819 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2816 class AnnotationMatchingResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#matched_annotations ⇒ ::Array<::Google::Cloud::VisionAI::V1::Annotation>
Returns Matched annotations for the criteria.
2816 2817 2818 2819 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2816 class AnnotationMatchingResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Rpc::Status
Returns Status of the match result. Possible values: FAILED_PRECONDITION - the criteria is not eligible for match. OK - matching is performed.
2816 2817 2818 2819 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2816 class AnnotationMatchingResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |