Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::VideoActionRecognitionPredictionResult
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::VideoActionRecognitionPredictionResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_action_recognition.rb
Overview
Prediction output format for Video Action Recognition.
Instance Attribute Summary collapse
-
#confidence ⇒ ::Google::Protobuf::FloatValue
The Model's confidence in correction of this prediction, 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.
-
#time_segment_end ⇒ ::Google::Protobuf::Duration
The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified.
-
#time_segment_start ⇒ ::Google::Protobuf::Duration
The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified.
Instance Attribute Details
#confidence ⇒ ::Google::Protobuf::FloatValue
Returns The Model's confidence in correction of this prediction, higher value means higher confidence.
50 51 52 53 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_action_recognition.rb', line 50 class VideoActionRecognitionPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The display name of the AnnotationSpec that had been identified.
50 51 52 53 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_action_recognition.rb', line 50 class VideoActionRecognitionPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns The resource ID of the AnnotationSpec that had been identified.
50 51 52 53 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_action_recognition.rb', line 50 class VideoActionRecognitionPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_segment_end ⇒ ::Google::Protobuf::Duration
Returns The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
50 51 52 53 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_action_recognition.rb', line 50 class VideoActionRecognitionPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_segment_start ⇒ ::Google::Protobuf::Duration
Returns The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
50 51 52 53 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_action_recognition.rb', line 50 class VideoActionRecognitionPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |