public sealed class Stream : IMessage<Stream>, IEquatable<Stream>, IDeepCloneable<Stream>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Stream.
Message describing the Stream object. The Stream and the Event resources are many to many; i.e., each Stream resource can associate to many Event resources and each Event resource can associate to many Stream resources.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Stream()
public Stream()Stream(Stream)
public Stream(Stream other)| Parameter | |
|---|---|
| Name | Description |
other |
Stream |
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 |
|
DisplayName
public string DisplayName { get; set; }The display name for the stream resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EnableHlsPlayback
public bool EnableHlsPlayback { get; set; }Whether to enable the HLS playback service on this stream.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Labels
public MapField<string, string> Labels { get; }Labels as key value pairs.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
MediaWarehouseAsset
public string MediaWarehouseAsset { get; set; }The name of the media warehouse asset for long term storage of stream data. Format: projects/${p_id}/locations/${l_id}/corpora/${c_id}/assets/${a_id} Remain empty if the media warehouse storage is not needed for the stream.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Name of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
StreamName
public StreamName StreamName { get; set; }StreamName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
StreamName |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The update timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|