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

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

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

The message that represents server metadata.

Inheritance

object > ServerMetadata

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ServerMetadata()

public ServerMetadata()

ServerMetadata(ServerMetadata)

public ServerMetadata(ServerMetadata other)
Parameter
Name Description
other ServerMetadata

Properties

IngestTime

public Timestamp IngestTime { get; set; }

The timestamp at which the stream server receives this packet. This is based on the local clock of on the server side. It is guaranteed to be monotonically increasing for the packets within each session; however this timestamp is not comparable across packets sent to the same stream different sessions. Session here refers to one individual gRPC streaming request to the stream server.

Property Value
Type Description
Timestamp

Offset

public long Offset { get; set; }

The offset position for the packet in its stream.

Property Value
Type Description
long