Class: Google::Cloud::VideoIntelligence::V1p1beta1::LabelAnnotation

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

Overview

Label annotation.

Instance Attribute Summary collapse

Instance Attribute Details

#category_entitiesArray<Google::Cloud::VideoIntelligence::V1p1beta1::Entity>

Returns Common categories for the detected entity. E.g. when the label is Terrier the category is likely dog. And in some cases there might be more than one categories e.g. Terrier could also be a pet.

Returns:

  • (Array<Google::Cloud::VideoIntelligence::V1p1beta1::Entity>)

    Common categories for the detected entity. E.g. when the label is Terrier the category is likely dog. And in some cases there might be more than one categories e.g. Terrier could also be a pet.



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

class LabelAnnotation; end

#entityGoogle::Cloud::VideoIntelligence::V1p1beta1::Entity

Returns Detected entity.

Returns:



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

class LabelAnnotation; end

#framesArray<Google::Cloud::VideoIntelligence::V1p1beta1::LabelFrame>

Returns All video frames where a label was detected.

Returns:



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

class LabelAnnotation; end

#segmentsArray<Google::Cloud::VideoIntelligence::V1p1beta1::LabelSegment>

Returns All video segments where a label was detected.

Returns:



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

class LabelAnnotation; end