Class: Google::Cloud::VideoIntelligence::V1::VideoAnnotationProgress

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

Overview

Annotation progress for a single video.

Instance Attribute Summary collapse

Instance Attribute Details

#featureGoogle::Cloud::VideoIntelligence::V1::Feature

Returns Specifies which feature is being tracked if the request contains more than one features.

Returns:



455
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 455

class VideoAnnotationProgress; end

#input_uriString

Returns Video file location in Google Cloud Storage.

Returns:



455
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 455

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.



455
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 455

class VideoAnnotationProgress; end

#segmentGoogle::Cloud::VideoIntelligence::V1::VideoSegment

Returns Specifies which segment is being tracked if the request contains more than one segments.

Returns:



455
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 455

class VideoAnnotationProgress; end

#start_timeGoogle::Protobuf::Timestamp

Returns Time when the request was received.

Returns:

  • (Google::Protobuf::Timestamp)

    Time when the request was received.



455
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 455

class VideoAnnotationProgress; end

#update_timeGoogle::Protobuf::Timestamp

Returns Time of the most recent update.

Returns:

  • (Google::Protobuf::Timestamp)

    Time of the most recent update.



455
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 455

class VideoAnnotationProgress; end