Reference documentation and code samples for the Google Cloud Ces V1 Client class SemanticSimilarityChannel.
Semantic similarity channel to use.
Protobuf type google.cloud.ces.v1.EvaluationMetricsThresholds.GoldenEvaluationMetricsThresholds.TurnLevelMetricsThresholds.SemanticSimilarityChannel
Namespace
Google \ Cloud \ Ces \ V1 \ EvaluationMetricsThresholds \ GoldenEvaluationMetricsThresholds \ TurnLevelMetricsThresholdsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SEMANTIC_SIMILARITY_CHANNEL_UNSPECIFIED
Value: 0Metric unspecified. Defaults to TEXT.
Generated from protobuf enum SEMANTIC_SIMILARITY_CHANNEL_UNSPECIFIED = 0;
TEXT
Value: 1Use text semantic similarity.
Generated from protobuf enum TEXT = 1;
AUDIO
Value: 2Use audio semantic similarity.
Generated from protobuf enum AUDIO = 2;