Class: Google::Cloud::VideoIntelligence::V1p1beta1::VideoAnnotationProgress

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

Overview

Annotation progress for a single video.

Instance Attribute Summary collapse

Instance Attribute Details

#input_uriString

Returns Output only. Video file location in Google Cloud Storage.

Returns:



248
# File 'lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 248

class VideoAnnotationProgress; end

#progress_percentInteger

Returns Output only. Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.

Returns:

  • (Integer)

    Output only. Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.



248
# File 'lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 248

class VideoAnnotationProgress; end

#start_timeGoogle::Protobuf::Timestamp

Returns Output only. Time when the request was received.

Returns:

  • (Google::Protobuf::Timestamp)

    Output only. Time when the request was received.



248
# File 'lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 248

class VideoAnnotationProgress; end

#update_timeGoogle::Protobuf::Timestamp

Returns Output only. Time of the most recent update.

Returns:

  • (Google::Protobuf::Timestamp)

    Output only. Time of the most recent update.



248
# File 'lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 248

class VideoAnnotationProgress; end