Get Video Analyzer Result
data class GetVideoAnalyzerResult(val encryption: AccountEncryptionResponse, val endpoints: List<EndpointResponse>, val id: String, val identity: VideoAnalyzerIdentityResponse? = null, val location: String, val name: String, val storageAccounts: List<StorageAccountResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A Video Analyzer account.
Constructors
Link copied to clipboard
fun GetVideoAnalyzerResult(encryption: AccountEncryptionResponse, endpoints: List<EndpointResponse>, id: String, identity: VideoAnalyzerIdentityResponse? = null, location: String, name: String, storageAccounts: List<StorageAccountResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)