Vision AI V1 API - Class Google::Cloud::VisionAI::V1::PacketType::TypeDescriptor (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::PacketType::TypeDescriptor.

The message that fully specifies the type of the packet.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#gstreamer_buffer_descriptor

def gstreamer_buffer_descriptor() -> ::Google::Cloud::VisionAI::V1::GstreamerBufferDescriptor
Returns

#gstreamer_buffer_descriptor=

def gstreamer_buffer_descriptor=(value) -> ::Google::Cloud::VisionAI::V1::GstreamerBufferDescriptor
Parameter
Returns

#raw_image_descriptor

def raw_image_descriptor() -> ::Google::Cloud::VisionAI::V1::RawImageDescriptor
Returns

#raw_image_descriptor=

def raw_image_descriptor=(value) -> ::Google::Cloud::VisionAI::V1::RawImageDescriptor
Parameter
Returns

#type

def type() -> ::String
Returns
  • (::String) — The type of the packet. Its possible values is codec dependent.

    The fully qualified type name is always the concatenation of the value in type_class together with the value in type, separated by a '/'.

    Note that specific codecs can define their own type hierarchy, and so the type string here can in fact be separated by multiple '/'s of its own.

    Please see the open source SDK for specific codec documentation.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — The type of the packet. Its possible values is codec dependent.

    The fully qualified type name is always the concatenation of the value in type_class together with the value in type, separated by a '/'.

    Note that specific codecs can define their own type hierarchy, and so the type string here can in fact be separated by multiple '/'s of its own.

    Please see the open source SDK for specific codec documentation.

Returns
  • (::String) — The type of the packet. Its possible values is codec dependent.

    The fully qualified type name is always the concatenation of the value in type_class together with the value in type, separated by a '/'.

    Note that specific codecs can define their own type hierarchy, and so the type string here can in fact be separated by multiple '/'s of its own.

    Please see the open source SDK for specific codec documentation.