Google Cloud Vision v1 API - Class WebDetection.Types.WebEntity (3.5.0)

public sealed class WebDetection.Types.WebEntity : IMessage<WebDetection.Types.WebEntity>, IEquatable<WebDetection.Types.WebEntity>, IDeepCloneable<WebDetection.Types.WebEntity>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class WebDetection.Types.WebEntity.

Entity deduced from similar images on the Internet.

Inheritance

object > WebDetection.Types.WebEntity

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

WebEntity()

public WebEntity()

WebEntity(WebEntity)

public WebEntity(WebDetection.Types.WebEntity other)
Parameter
NameDescription
otherWebDetectionTypesWebEntity

Properties

Description

public string Description { get; set; }

Canonical description of the entity, in English.

Property Value
TypeDescription
string

EntityId

public string EntityId { get; set; }

Opaque entity ID.

Property Value
TypeDescription
string

Score

public float Score { get; set; }

Overall relevancy score for the entity. Not normalized and not comparable across different image queries.

Property Value
TypeDescription
float