Spaces
Spaces act as containers and keep speech data and results bundled and isolated. They belong to either a user or an organization.
To learn how to view the usage statistics of a space, check the usage section.
Access: To manage a space, it must either belong to your user or to one of your organizations.
Composite handle: Spaces are tightly related to their owner and their handle is only unique in combination with them. Learn more.
Content
Users can upload and import speech data into a space. The platform generates results by extracting and analyzing characteristics of that data.
Fields
The UUID of the space. Is unique.
uuid
00000000-0000-0000-0000-000000000000
The handle of the space. Is unique.
space-a
The alias of the space.
Space A
owner
object
required
The owner of the space.
The type of the owner.
OwnerType (string)
Possible values: [user
, org
]
user
The handle of the owner. Is unique.
user-a
The alias of the owner.
User A
The number of audios of the space.
int32
10
The number of voiceprints of the space.
int32
10
The number of verifications of the space.
int32
10
The number of identities of the space.
int32
10
The date and time when the space was created.
date-time
2023-01-01T00:00:00.000000Z
{
"id": "00000000-0000-0000-0000-000000000000",
"handle": "space-a",
"alias": "Space A",
"owner": {
"type": "user",
"handle": "user-a",
"alias": "User A"
},
"audios": 10,
"voiceprints": 10,
"verifications": 10,
"identities": 10,
"createdAt": "2023-01-01T00:00:00.000000Z"
}