public sealed class PacketType : IMessage<PacketType>, IEquatable<PacketType>, IDeepCloneable<PacketType>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class PacketType.
The message that represents the data type of a packet.
Implements
IMessagePacketType, IEquatablePacketType, IDeepCloneablePacketType, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
PacketType()
public PacketType()PacketType(PacketType)
public PacketType(PacketType other)| Parameter | |
|---|---|
| Name | Description |
other |
PacketType |
Properties
TypeClass
public string TypeClass { get; set; }The type class of the packet. Its possible values are: "gst", "protobuf", and "string".
| Property Value | |
|---|---|
| Type | Description |
string |
|