C# Class AzureSearchOCR.AzureSearch

Afficher le fichier Open project: liamca/AzureSearchOCR Class Usage Examples

Méthodes publiques

Méthode Description
CreateIndex ( Microsoft.Azure.Search.SearchServiceClient serviceClient, string indexName ) : void
SearchDocuments ( Microsoft.Azure.Search.SearchIndexClient indexClient, string searchText ) : void
UploadDocuments ( Microsoft.Azure.Search.SearchIndexClient indexClient, string fileId, string fileName, string ocrText ) : void

Method Details

CreateIndex() public static méthode

public static CreateIndex ( Microsoft.Azure.Search.SearchServiceClient serviceClient, string indexName ) : void
serviceClient Microsoft.Azure.Search.SearchServiceClient
indexName string
Résultat void

SearchDocuments() public static méthode

public static SearchDocuments ( Microsoft.Azure.Search.SearchIndexClient indexClient, string searchText ) : void
indexClient Microsoft.Azure.Search.SearchIndexClient
searchText string
Résultat void

UploadDocuments() public static méthode

public static UploadDocuments ( Microsoft.Azure.Search.SearchIndexClient indexClient, string fileId, string fileName, string ocrText ) : void
indexClient Microsoft.Azure.Search.SearchIndexClient
fileId string
fileName string
ocrText string
Résultat void