Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Instance::VideoActionRecognitionPredictionInstance
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::Predict::Instance::VideoActionRecognitionPredictionInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_action_recognition.rb
Overview
Prediction input format for Video Action Recognition.
Instance Attribute Summary collapse
-
#content ⇒ ::String
The Google Cloud Storage location of the video on which to perform the prediction.
-
#mime_type ⇒ ::String
The MIME type of the content of the video.
-
#time_segment_end ⇒ ::String
The end, exclusive, of the video's time segment on which to perform the prediction.
-
#time_segment_start ⇒ ::String
The beginning, inclusive, of the video's time segment on which to perform the prediction.
Instance Attribute Details
#content ⇒ ::String
Returns The Google Cloud Storage location of the video on which to perform the prediction.
49 50 51 52 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_action_recognition.rb', line 49 class VideoActionRecognitionPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mime_type ⇒ ::String
Returns The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime.
49 50 51 52 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_action_recognition.rb', line 49 class VideoActionRecognitionPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_segment_end ⇒ ::String
Returns The end, exclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision, and "inf" or "Infinity" is allowed, which means the end of the video.
49 50 51 52 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_action_recognition.rb', line 49 class VideoActionRecognitionPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_segment_start ⇒ ::String
Returns The beginning, inclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision.
49 50 51 52 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_action_recognition.rb', line 49 class VideoActionRecognitionPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |