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

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

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

Response message from ReceivePackets.

Inheritance

object > ReceivePacketsResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

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