Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::VideoAnnotationProgress.
Annotation progress for a single video.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#feature
def feature() -> ::Google::Cloud::VideoIntelligence::V1p3beta1::Feature
    Returns
    
  - (::Google::Cloud::VideoIntelligence::V1p3beta1::Feature) — Specifies which feature is being tracked if the request contains more than one feature.
#feature=
def feature=(value) -> ::Google::Cloud::VideoIntelligence::V1p3beta1::Feature
    Parameter
    
  - value (::Google::Cloud::VideoIntelligence::V1p3beta1::Feature) — Specifies which feature is being tracked if the request contains more than one feature.
    Returns
    
  - (::Google::Cloud::VideoIntelligence::V1p3beta1::Feature) — Specifies which feature is being tracked if the request contains more than one feature.
#input_uri
def input_uri() -> ::String
    Returns
    
  - (::String) — Video file location in Cloud Storage.
#input_uri=
def input_uri=(value) -> ::String
    Parameter
    
  - value (::String) — Video file location in Cloud Storage.
    Returns
    
  - (::String) — Video file location in Cloud Storage.
#progress_percent
def progress_percent() -> ::Integer
    Returns
    
  - (::Integer) — Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
#progress_percent=
def progress_percent=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
    Returns
    
  - (::Integer) — Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
#segment
def segment() -> ::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment
    Returns
    
  - (::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment) — Specifies which segment is being tracked if the request contains more than one segment.
#segment=
def segment=(value) -> ::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment
    Parameter
    
  - value (::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment) — Specifies which segment is being tracked if the request contains more than one segment.
    Returns
    
  - (::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment) — Specifies which segment is being tracked if the request contains more than one segment.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
    Returns
    
  - (::Google::Protobuf::Timestamp) — Time when the request was received.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - value (::Google::Protobuf::Timestamp) — Time when the request was received.
    Returns
    
  - (::Google::Protobuf::Timestamp) — Time when the request was received.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
    Returns
    
  - (::Google::Protobuf::Timestamp) — Time of the most recent update.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - value (::Google::Protobuf::Timestamp) — Time of the most recent update.
    Returns
    
- (::Google::Protobuf::Timestamp) — Time of the most recent update.