public sealed class Channel : IMessage<Channel>, IEquatable<Channel>, IDeepCloneable<Channel>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Channel.
Message describing the Channel object.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Channel()
public Channel()Channel(Channel)
public Channel(Channel other)| Parameter | |
|---|---|
| Name | Description |
other |
Channel |
Properties
Annotations
public MapField<string, string> Annotations { get; }Annotations to allow clients to store small amounts of arbitrary data.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
ChannelName
public ChannelName ChannelName { get; set; }ChannelName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ChannelName |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The create timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Event
public string Event { get; set; }Required. Event that is associated with this series.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EventAsEventName
public EventName EventAsEventName { get; set; }| Property Value | |
|---|---|
| Type | Description |
EventName |
|
Labels
public MapField<string, string> Labels { get; }Labels as key value pairs.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Name of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Stream
public string Stream { get; set; }Required. Stream that is associated with this series.
| Property Value | |
|---|---|
| Type | Description |
string |
|
StreamAsStreamName
public StreamName StreamAsStreamName { get; set; }StreamName-typed view over the Stream resource name property.
| Property Value | |
|---|---|
| Type | Description |
StreamName |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The update timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|