class GoogleCloudAiplatformV1SchemaTextSentimentAnnotation extends Model (View source)

Properties

string $annotationSpecId
string $displayName
int $sentiment
int $sentimentMax

Methods

setAnnotationSpecId($annotationSpecId)

No description

string
getAnnotationSpecId()

No description

setDisplayName($displayName)

No description

string
getDisplayName()

No description

setSentiment($sentiment)

No description

int
getSentiment()

No description

setSentimentMax($sentimentMax)

No description

int
getSentimentMax()

No description

Details

setAnnotationSpecId($annotationSpecId)

No description

Parameters

$annotationSpecId

string getAnnotationSpecId()

No description

Return Value

string

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setSentiment($sentiment)

No description

Parameters

$sentiment

int getSentiment()

No description

Return Value

int

setSentimentMax($sentimentMax)

No description

Parameters

$sentimentMax

int getSentimentMax()

No description

Return Value

int