Class GoogleFileData
URI based data.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class GoogleFileData
Constructors
| Edit this page View SourceGoogleFileData()
Declaration
public GoogleFileData()
GoogleFileData(string)
Declaration
public GoogleFileData(string fileUri)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fileUri |
Properties
| Edit this page View SourceMimeType
Optional. The IANA standard MIME type of the source data.
Declaration
[JsonProperty("mimeType")]
public MimeType MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| MimeType |
Uri
Required. URI.
Declaration
[JsonProperty("fileUri")]
public string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |