Class: Google::Cloud::VisionAI::V1::AnalysisDefinition

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/lva.rb

Overview

Defines a full analysis.

This is a description of the overall live analytics pipeline. You may think of this as an edge list representation of a multigraph.

This may be directly authored by a human in protobuf textformat, or it may be generated by a programming API (perhaps Python or JavaScript depending on context).

Instance Attribute Summary collapse

Instance Attribute Details

#analyzers::Array<::Google::Cloud::VisionAI::V1::AnalyzerDefinition>

Returns Analyzer definitions.

Returns:



297
298
299
300
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 297

class AnalysisDefinition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end