Class UrlMetadata
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class UrlMetadata : Annotation, IAnnotationChunk
Properties
| Edit this page View SourceRetrievedUrl
Required. Retrieved url by the tool.
Declaration
[JsonProperty("retrievedUrl")]
public string RetrievedUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of the citation.
Declaration
[JsonIgnore]
public override AnnotationType Type { get; }
Property Value
| Type | Description |
|---|---|
| AnnotationType |
Overrides
| Edit this page View SourceUrlRetrievalStatus
Required. Status of the url retrieval.
Declaration
[JsonProperty("urlRetrievalStatus")]
public UrlRetrievalStatus? UrlRetrievalStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| UrlRetrievalStatus? |