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.
Implements
IMessageWebDetectionTypesWebEntity, IEquatableWebDetectionTypesWebEntity, IDeepCloneableWebDetectionTypesWebEntity, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
WebEntity()
public WebEntity()
WebEntity(WebEntity)
public WebEntity(WebDetection.Types.WebEntity other)
Parameter | |
---|---|
Name | Description |
other | WebDetectionTypesWebEntity |
Properties
Description
public string Description { get; set; }
Canonical description of the entity, in English.
Property Value | |
---|---|
Type | Description |
string |
EntityId
public string EntityId { get; set; }
Opaque entity ID.
Property Value | |
---|---|
Type | Description |
string |
Score
public float Score { get; set; }
Overall relevancy score for the entity. Not normalized and not comparable across different image queries.
Property Value | |
---|---|
Type | Description |
float |