Class: Google::Cloud::VisionAI::V1::VideoActionRecognitionPredictionResult::IdentifiedAction
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::VideoActionRecognitionPredictionResult::IdentifiedAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/annotations.rb
Overview
Each IdentifiedAction is one particular identification of an action specified with the AnnotationSpec id, display_name and the associated confidence score.
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
The Model's confidence in correction of this identification, higher value means higher confidence.
-
#display_name ⇒ ::String
The display name of the AnnotationSpec that had been identified.
-
#id ⇒ ::String
The resource ID of the AnnotationSpec that had been identified.
Instance Attribute Details
#confidence ⇒ ::Float
Returns The Model's confidence in correction of this identification, higher value means higher confidence.
309 310 311 312 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 309 class IdentifiedAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The display name of the AnnotationSpec that had been identified.
309 310 311 312 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 309 class IdentifiedAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns The resource ID of the AnnotationSpec that had been identified.
309 310 311 312 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 309 class IdentifiedAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |