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

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

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

Response message for GenerateStreamHlsToken.

Inheritance

object > GenerateStreamHlsTokenResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

GenerateStreamHlsTokenResponse()

public GenerateStreamHlsTokenResponse()

GenerateStreamHlsTokenResponse(GenerateStreamHlsTokenResponse)

public GenerateStreamHlsTokenResponse(GenerateStreamHlsTokenResponse other)
Parameter
Name Description
other GenerateStreamHlsTokenResponse

Properties

ExpirationTime

public Timestamp ExpirationTime { get; set; }

The expiration time of the token.

Property Value
Type Description
Timestamp

Token

public string Token { get; set; }

The generated JWT token.

The caller should insert this token to the authorization header of the HTTP requests to get the HLS playlist manifest and the video chunks. eg: curl -H "Authorization: Bearer $TOKEN" https://domain.com/test-stream.playback/master.m3u8

Property Value
Type Description
string