Enum EvaluationMetricsThresholds.GoldenEvaluationMetricsThresholds.TurnLevelMetricsThresholds.SemanticSimilarityChannel (0.1.0)

public enum EvaluationMetricsThresholds.GoldenEvaluationMetricsThresholds.TurnLevelMetricsThresholds.SemanticSimilarityChannel extends Enum<EvaluationMetricsThresholds.GoldenEvaluationMetricsThresholds.TurnLevelMetricsThresholds.SemanticSimilarityChannel> implements ProtocolMessageEnum

Semantic similarity channel to use.

Protobuf enum google.cloud.ces.v1.EvaluationMetricsThresholds.GoldenEvaluationMetricsThresholds.TurnLevelMetricsThresholds.SemanticSimilarityChannel

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUDIO

Use audio semantic similarity.

AUDIO = 2;

AUDIO_VALUE

Use audio semantic similarity.

AUDIO = 2;

SEMANTIC_SIMILARITY_CHANNEL_UNSPECIFIED

Metric unspecified. Defaults to TEXT.

SEMANTIC_SIMILARITY_CHANNEL_UNSPECIFIED = 0;

SEMANTIC_SIMILARITY_CHANNEL_UNSPECIFIED_VALUE

Metric unspecified. Defaults to TEXT.

SEMANTIC_SIMILARITY_CHANNEL_UNSPECIFIED = 0;

TEXT

Use text semantic similarity.

TEXT = 1;

TEXT_VALUE

Use text semantic similarity.

TEXT = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()