Class: Google::Cloud::VideoIntelligence::V1::VideoAnnotationResults

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/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.



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

class VideoAnnotationResults; end

#explicit_annotationGoogle::Cloud::VideoIntelligence::V1::ExplicitContentAnnotation

Returns Explicit content annotation.

Returns:



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

class VideoAnnotationResults; end

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

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

Returns:



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

class VideoAnnotationResults; end

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

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

Returns:



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

class VideoAnnotationResults; end

#input_uriString

Returns Video file location in Google Cloud Storage.

Returns:



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

class VideoAnnotationResults; end

#logo_recognition_annotationsArray<Google::Cloud::VideoIntelligence::V1::LogoRecognitionAnnotation>

Returns Annotations for list of logos detected, tracked and recognized in video.

Returns:



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

class VideoAnnotationResults; end

#object_annotationsArray<Google::Cloud::VideoIntelligence::V1::ObjectTrackingAnnotation>

Returns Annotations for list of objects detected and tracked in video.

Returns:



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

class VideoAnnotationResults; end

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

Returns Video segment on which the annotation is run.

Returns:



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

class VideoAnnotationResults; end

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

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

Returns:



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

class VideoAnnotationResults; end

#segment_presence_label_annotationsArray<Google::Cloud::VideoIntelligence::V1::LabelAnnotation>

Returns Presence label annotations on video level or user specified segment level. There is exactly one element for each unique label. Compared to the existing topical segment_label_annotations, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.

Returns:

  • (Array<Google::Cloud::VideoIntelligence::V1::LabelAnnotation>)

    Presence label annotations on video level or user specified segment level. There is exactly one element for each unique label. Compared to the existing topical segment_label_annotations, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.



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

class VideoAnnotationResults; end

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

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

Returns:



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

class VideoAnnotationResults; end

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

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

Returns:



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

class VideoAnnotationResults; end

#shot_presence_label_annotationsArray<Google::Cloud::VideoIntelligence::V1::LabelAnnotation>

Returns Presence label annotations on shot level. There is exactly one element for each unique label. Compared to the existing topical shot_label_annotations, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.

Returns:

  • (Array<Google::Cloud::VideoIntelligence::V1::LabelAnnotation>)

    Presence label annotations on shot level. There is exactly one element for each unique label. Compared to the existing topical shot_label_annotations, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.



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

class VideoAnnotationResults; end

#speech_transcriptionsArray<Google::Cloud::VideoIntelligence::V1::SpeechTranscription>

Returns Speech transcription.

Returns:



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

class VideoAnnotationResults; end

#text_annotationsArray<Google::Cloud::VideoIntelligence::V1::TextAnnotation>

Returns OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.

Returns:



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

class VideoAnnotationResults; end