public sealed class Series : IMessage<Series>, IEquatable<Series>, IDeepCloneable<Series>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Series.
Message describing the Series object.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Series()
public Series()Series(Series)
public Series(Series other)| Parameter | |
|---|---|
| Name | Description |
other |
Series |
Properties
Annotations
public MapField<string, string> Annotations { get; }Annotations to allow clients to store small amounts of arbitrary data.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
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 |
|
SeriesName
public SeriesName SeriesName { get; set; }SeriesName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SeriesName |
|
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 |
|