public sealed class AppPlatformEventBody : IMessage<AppPlatformEventBody>, IEquatable<AppPlatformEventBody>, IDeepCloneable<AppPlatformEventBody>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class AppPlatformEventBody.
Message of content of appPlatform event
Implements
IMessageAppPlatformEventBody, IEquatableAppPlatformEventBody, IDeepCloneableAppPlatformEventBody, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
AppPlatformEventBody()
public AppPlatformEventBody()AppPlatformEventBody(AppPlatformEventBody)
public AppPlatformEventBody(AppPlatformEventBody other)| Parameter | |
|---|---|
| Name | Description |
other |
AppPlatformEventBody |
Properties
EventId
public string EventId { get; set; }User defined Event Id, used to classify event, within a delivery interval, events from the same application instance with the same id will be de-duplicated & only first one will be sent out. Empty event_id will be treated as "".
| Property Value | |
|---|---|
| Type | Description |
string |
|
EventMessage
public string EventMessage { get; set; }Human readable string of the event like "There are more than 6 people in the scene". or "Shelf is empty!".
| Property Value | |
|---|---|
| Type | Description |
string |
|
Payload
public Struct Payload { get; set; }For the case of Pub/Sub, it will be stored in the message attributes. pubsub.proto
| Property Value | |
|---|---|
| Type | Description |
Struct |
|