package
0.15.1
Repository: https://github.com/sensory-cloud/go-sdk.git
Documentation: pkg.go.dev

# Constants

Billing User Account (E.G.
Remote Cluster (E.G.
User End Device (E.G.
Sensory Root Token.
Super User Account (E.G.
User Account (E.G.
Image data is in grayscale instead of full color.
TnlAll feature set.
TsAll feature set.
TssvAll feature set.
AES-256 32 byte string.
General Public key - kept for backwards compatability.
ED25519 Public key used for asymmetric cryptographic operations.
Shared secret string.
Face Auth (Enrollable).
Face Recognition.
Image Transformation.
Object Recognition.
Sound Event Auth (Enrollable).
Sound Event Recognition.
Sound Event Revalidation.
Sound Scene Recognition.
Unknown Model Type.
Voice digit recognizer for liveness.
Voice Auth Text Dependent (Enrollable).
Voice Auth Text Independent (Enrollable).
Voice Wakeword (Enrollable).
Voice Wakeword.
Voice feature extractor.
Voice activity detection.
Voice Synthesis.
Voice Commands and Search recognition.
Voice Grammar Recognition such as LVCSR.
No description provided by the author
No description provided by the author
Not Set type - used internally.
Speech to Text, a large scale neural speech recognition tool.
Truly Natural, a wakeword and speech recognition tool.
Truly Secure, a face identification and liveness suite.
Truly Secure Speaker Verification, an audio authentication and wakeword tool.
Text to Speech, a voice synthesis tool.
Authentication usage event.
Enrollment usage event.
Recognition usage event.
Synthesis usage event.
Speech to text usage event.
No description provided by the author

# Variables

Enum value maps for ClientType.
Enum value maps for ClientType.
Enum value maps for CompressionType.
Enum value maps for CompressionType.
Enum value maps for FeatureFlag.
Enum value maps for FeatureFlag.
No description provided by the author
Enum value maps for KeyType.
Enum value maps for KeyType.
Enum value maps for ModelType.
Enum value maps for ModelType.
Enum value maps for ServerType.
Enum value maps for ServerType.
Enum value maps for TechnologyType.
Enum value maps for TechnologyType.
Enum value maps for UsageEventType.
Enum value maps for UsageEventType.
Enum value maps for Void.
Enum value maps for Void.

# Structs

Configuration for how data can be compressed.
CompressionConfigurationValidationError is the validation error returned by CompressionConfiguration.Validate if the designated constraints aren't met.
Summary of all CPU useage as measured in ticks.
CpuSummaryValidationError is the validation error returned by CpuSummary.Validate if the designated constraints aren't met.
A message with an encrypted enrollment token and a token expiration date.
EnrollmentTokenValidationError is the validation error returned by EnrollmentToken.Validate if the designated constraints aren't met.
Request to create a generic client.
GenericClientValidationError is the validation error returned by GenericClient.Validate if the designated constraints aren't met.
A summary of memory usage.
MemorySummaryValidationError is the validation error returned by MemorySummary.Validate if the designated constraints aren't met.
A message for telling the server how to paginate and order data.
PaginationOptionsValidationError is the validation error returned by PaginationOptions.Validate if the designated constraints aren't met.
A message for the server to tell how the data has been paginated.
PaginationResponseValidationError is the validation error returned by PaginationResponse.Validate if the designated constraints aren't met.
Response from a GetHealth request.
ServerHealthResponseValidationError is the validation error returned by ServerHealthResponse.Validate if the designated constraints aren't met.
An indication of the health of a particular service.
ServiceHealthValidationError is the validation error returned by ServiceHealth.Validate if the designated constraints aren't met.
A summary of system statistics.
SystemSummaryValidationError is the validation error returned by SystemSummary.Validate if the designated constraints aren't met.
Tenant response.
TenantResponseValidationError is the validation error returned by TenantResponse.Validate if the designated constraints aren't met.
Response from a successful token request.
TokenResponseValidationError is the validation error returned by TokenResponse.Validate if the designated constraints aren't met.

# Type aliases

Possible client types.
Every type of compression that is supported Note: if you change this enum, ensure to update schema.prisma CompressionType.
No description provided by the author
A type of key supported by the API Note: if you change this enum, ensure to update schema.prisma KeyType.
A type of model supported by this API Note: if you change this enum, ensure to update schema.prisma ModelType.
Possible types of servers.
An enum denoting the type of Sensory technology employed.
Possible usage event type Note: if you change this enum, ensure to update schema.prisma EventType.
Generic NULL value.