Class: Google::Cloud::VideoIntelligence::V1beta2::VideoAnnotationResults

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

Overview

Annotation results for a single video.

Instance Attribute Summary collapse

Instance Attribute Details

#errorGoogle::Rpc::Status

Returns If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

Returns:

  • (Google::Rpc::Status)

    If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.



281
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 281

class VideoAnnotationResults; end

#explicit_annotationGoogle::Cloud::VideoIntelligence::V1beta2::ExplicitContentAnnotation

Returns Explicit content annotation.

Returns:



281
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 281

class VideoAnnotationResults; end

#face_annotationsArray<Google::Cloud::VideoIntelligence::V1beta2::FaceAnnotation>

Returns Face annotations. There is exactly one element for each unique face.

Returns:



281
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 281

class VideoAnnotationResults; end

#frame_label_annotationsArray<Google::Cloud::VideoIntelligence::V1beta2::LabelAnnotation>

Returns Label annotations on frame level. There is exactly one element for each unique label.

Returns:



281
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 281

class VideoAnnotationResults; end

#input_uriString

Returns Video file location in Google Cloud Storage.

Returns:



281
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 281

class VideoAnnotationResults; end

#segment_label_annotationsArray<Google::Cloud::VideoIntelligence::V1beta2::LabelAnnotation>

Returns Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

Returns:



281
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 281

class VideoAnnotationResults; end

#shot_annotationsArray<Google::Cloud::VideoIntelligence::V1beta2::VideoSegment>

Returns Shot annotations. Each shot is represented as a video segment.

Returns:



281
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 281

class VideoAnnotationResults; end

#shot_label_annotationsArray<Google::Cloud::VideoIntelligence::V1beta2::LabelAnnotation>

Returns Label annotations on shot level. There is exactly one element for each unique label.

Returns:



281
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 281

class VideoAnnotationResults; end