Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Instance::VideoObjectTrackingPredictionInstance

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_object_tracking.rb

Overview

Prediction input format for Video Object Tracking.

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns The Google Cloud Storage location of the video on which to perform the prediction.

Returns:

  • (::String)

    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_object_tracking.rb', line 49

class VideoObjectTrackingPredictionInstance
  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.

Returns:

  • (::String)

    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_object_tracking.rb', line 49

class VideoObjectTrackingPredictionInstance
  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.

Returns:

  • (::String)

    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_object_tracking.rb', line 49

class VideoObjectTrackingPredictionInstance
  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.

Returns:

  • (::String)

    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_object_tracking.rb', line 49

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