Show / Hide Table of Contents

Class Feature

A feature of an entity mention.

Inheritance
object
Feature
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class Feature : IDirectResponseSchema

Properties

Confidence

The model's confidence in this feature annotation. A number between 0 and 1.

Declaration
[JsonProperty("confidence")]
public virtual double? Confidence { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Value

The value of this feature annotation. Its range depends on the type of the feature.

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX