public sealed class PacketType.Types.TypeDescriptor : IMessage<PacketType.Types.TypeDescriptor>, IEquatable<PacketType.Types.TypeDescriptor>, IDeepCloneable<PacketType.Types.TypeDescriptor>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class PacketType.Types.TypeDescriptor.
The message that fully specifies the type of the packet.
Implements
IMessagePacketTypeTypesTypeDescriptor, IEquatablePacketTypeTypesTypeDescriptor, IDeepCloneablePacketTypeTypesTypeDescriptor, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|