Reference documentation and code samples for the Cloud Video Intelligence V1beta2 API class Google::Cloud::VideoIntelligence::V1beta2::VideoAnnotationProgress.
Annotation progress for a single video.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#input_uri
def input_uri() -> ::String Returns 
 - (::String) — Video file location in Google Cloud Storage.
 
#input_uri=
def input_uri=(value) -> ::String Parameter 
 - value (::String) — Video file location in Google Cloud Storage.
 
 Returns 
 - (::String) — Video file location in Google 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.
 
#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.