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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb

Overview

Annotation results for a single video.

Instance Attribute Summary collapse

Instance Attribute Details

#error::Google::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.



336
337
338
339
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 336

class VideoAnnotationResults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#explicit_annotation::Google::Cloud::VideoIntelligence::V1beta2::ExplicitContentAnnotation

Returns Explicit content annotation.



336
337
338
339
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 336

class VideoAnnotationResults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#face_annotations::Array<::Google::Cloud::VideoIntelligence::V1beta2::FaceAnnotation>

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

Returns:



336
337
338
339
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 336

class VideoAnnotationResults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#frame_label_annotations::Array<::Google::Cloud::VideoIntelligence::V1beta2::LabelAnnotation>

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

Returns:



336
337
338
339
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 336

class VideoAnnotationResults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#input_uri::String

Returns Video file location in Google Cloud Storage.

Returns:



336
337
338
339
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 336

class VideoAnnotationResults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#segment_label_annotations::Array<::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:



336
337
338
339
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 336

class VideoAnnotationResults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#shot_annotations::Array<::Google::Cloud::VideoIntelligence::V1beta2::VideoSegment>

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

Returns:



336
337
338
339
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 336

class VideoAnnotationResults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#shot_label_annotations::Array<::Google::Cloud::VideoIntelligence::V1beta2::LabelAnnotation>

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

Returns:



336
337
338
339
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 336

class VideoAnnotationResults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end