Class: Google::Cloud::VisionAI::V1::AnnotationMatchingResult

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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.

Returns:

  • (::Google::Rpc::Status)

    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