public sealed class ReceivePacketsResponse : IMessage<ReceivePacketsResponse>, IEquatable<ReceivePacketsResponse>, IDeepCloneable<ReceivePacketsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ReceivePacketsResponse.
Response message from ReceivePackets.
Implements
IMessageReceivePacketsResponse, IEquatableReceivePacketsResponse, IDeepCloneableReceivePacketsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ReceivePacketsResponse()
public ReceivePacketsResponse()ReceivePacketsResponse(ReceivePacketsResponse)
public ReceivePacketsResponse(ReceivePacketsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ReceivePacketsResponse |
Properties
Control
public ReceivePacketsControlResponse Control { get; set; }A control message from the server.
| Property Value | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse |
|
Packet
public Packet Packet { get; set; }A genuine data payload originating from the sender.
| Property Value | |
|---|---|
| Type | Description |
Packet |
|
ResponseCase
public ReceivePacketsResponse.ResponseOneofCase ResponseCase { get; }| Property Value | |
|---|---|
| Type | Description |
ReceivePacketsResponseResponseOneofCase |
|