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
- (::Google::Cloud::VisionAI::V1::GstreamerBufferDescriptor) — GstreamerBufferDescriptor is the descriptor for gstreamer buffer type.
#gstreamer_buffer_descriptor=
def gstreamer_buffer_descriptor=(value) -> ::Google::Cloud::VisionAI::V1::GstreamerBufferDescriptor
- value (::Google::Cloud::VisionAI::V1::GstreamerBufferDescriptor) — GstreamerBufferDescriptor is the descriptor for gstreamer buffer type.
- (::Google::Cloud::VisionAI::V1::GstreamerBufferDescriptor) — GstreamerBufferDescriptor is the descriptor for gstreamer buffer type.
#raw_image_descriptor
def raw_image_descriptor() -> ::Google::Cloud::VisionAI::V1::RawImageDescriptor
- (::Google::Cloud::VisionAI::V1::RawImageDescriptor) — RawImageDescriptor is the descriptor for the raw image type.
#raw_image_descriptor=
def raw_image_descriptor=(value) -> ::Google::Cloud::VisionAI::V1::RawImageDescriptor
- value (::Google::Cloud::VisionAI::V1::RawImageDescriptor) — RawImageDescriptor is the descriptor for the raw image type.
- (::Google::Cloud::VisionAI::V1::RawImageDescriptor) — RawImageDescriptor is the descriptor for the raw image type.
#type
def type() -> ::String
-
(::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 intype
, 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
-
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 intype
, 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.
-
(::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 intype
, 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.