Class: Google::Cloud::VideoIntelligence::V1p2beta1::VideoAnnotationProgress

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb

Overview

Annotation progress for a single video.

Instance Attribute Summary collapse

Instance Attribute Details

#input_uriString

Returns Video file location in Google Cloud Storage.

Returns:



280
# File 'lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 280

class VideoAnnotationProgress; end

#progress_percentInteger

Returns 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.



280
# File 'lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 280

class VideoAnnotationProgress; end

#start_timeGoogle::Protobuf::Timestamp

Returns Time when the request was received.

Returns:

  • (Google::Protobuf::Timestamp)

    Time when the request was received.



280
# File 'lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 280

class VideoAnnotationProgress; end

#update_timeGoogle::Protobuf::Timestamp

Returns Time of the most recent update.

Returns:

  • (Google::Protobuf::Timestamp)

    Time of the most recent update.



280
# File 'lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 280

class VideoAnnotationProgress; end