public sealed class Packet : IMessage<Packet>, IEquatable<Packet>, IDeepCloneable<Packet>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Packet.
The quanta of datum that the series accepts.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Packet()
public Packet()Packet(Packet)
public Packet(Packet other)| Parameter | |
|---|---|
| Name | Description |
other |
Packet |
Properties
Header
public PacketHeader Header { get; set; }The packet header.
| Property Value | |
|---|---|
| Type | Description |
PacketHeader |
|
Payload
public ByteString Payload { get; set; }The payload of the packet.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|