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

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

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

Response message for the ReceiveEvents.

Inheritance

object > ReceiveEventsResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ReceiveEventsResponse()

public ReceiveEventsResponse()

ReceiveEventsResponse(ReceiveEventsResponse)

public ReceiveEventsResponse(ReceiveEventsResponse other)
Parameter
Name Description
other ReceiveEventsResponse

Properties

Control

public ReceiveEventsControlResponse Control { get; set; }

A control message from the server.

Property Value
Type Description
ReceiveEventsControlResponse

EventUpdate

public EventUpdate EventUpdate { get; set; }

The event update message.

Property Value
Type Description
EventUpdate

ResponseCase

public ReceiveEventsResponse.ResponseOneofCase ResponseCase { get; }
Property Value
Type Description
ReceiveEventsResponseResponseOneofCase