Vision AI v1 API - Class PacketType.Types.TypeDescriptor (1.0.0-beta01)

public sealed class PacketType.Types.TypeDescriptor : IMessage<PacketType.Types.TypeDescriptor>, IEquatable<PacketType.Types.TypeDescriptor>, IDeepCloneable<PacketType.Types.TypeDescriptor>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class PacketType.Types.TypeDescriptor.

The message that fully specifies the type of the packet.

Inheritance

object > PacketType.Types.TypeDescriptor

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

TypeDescriptor()

public TypeDescriptor()

TypeDescriptor(TypeDescriptor)

public TypeDescriptor(PacketType.Types.TypeDescriptor other)
Parameter
Name Description
other PacketTypeTypesTypeDescriptor

Properties

Type

public string Type { get; set; }

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.

Property Value
Type Description
string

TypeDetailsCase

public PacketType.Types.TypeDescriptor.TypeDetailsOneofCase TypeDetailsCase { get; }
Property Value
Type Description
PacketTypeTypesTypeDescriptorTypeDetailsOneofCase