Cloud Video Intelligence V1p2beta1 API - Class Google::Cloud::VideoIntelligence::V1p2beta1::LabelAnnotation (v0.4.5)

Reference documentation and code samples for the Cloud Video Intelligence V1p2beta1 API class Google::Cloud::VideoIntelligence::V1p2beta1::LabelAnnotation.

Label annotation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#category_entities

def category_entities() -> ::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::Entity>
Returns

#category_entities=

def category_entities=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::Entity>
Parameter
  • value (::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::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.
Returns

#entity

def entity() -> ::Google::Cloud::VideoIntelligence::V1p2beta1::Entity

#entity=

def entity=(value) -> ::Google::Cloud::VideoIntelligence::V1p2beta1::Entity
Parameter

#frames

def frames() -> ::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::LabelFrame>
Returns

#frames=

def frames=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::LabelFrame>
Parameter
Returns

#segments

def segments() -> ::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::LabelSegment>
Returns

#segments=

def segments=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::LabelSegment>
Parameter
Returns