Vision AI v1 API - Class PacketType (1.0.0-beta01)

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

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

The message that represents the data type of a packet.

Inheritance

object > PacketType

Namespace

Google.Cloud.VisionAI.V1

Assembly

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