ListAccountKeysResult

data class ListAccountKeysResult(val key1: String? = null, val key2: String? = null)

The access keys for the cognitive services account.

Constructors

Link copied to clipboard
constructor(key1: String? = null, key2: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key1: String? = null

Gets the value of key 1.

Link copied to clipboard
val key2: String? = null

Gets the value of key 2.