ComputerVisionClient class
- Extends
建構函式
Computer |
初始化 ComputerVisionClient 類別的新實例。 |
繼承的屬性
credentials | |
endpoint |
方法
繼承的方法
send |
傳送使用提供的 OperationSpec 填入的 HTTP 要求。 |
send |
傳送提供的 HTTPRequest。 |
建構函式詳細資料
ComputerVisionClient(ServiceClientCredentials, string, ServiceClientOptions)
初始化 ComputerVisionClient 類別的新實例。
new ComputerVisionClient(credentials: ServiceClientCredentials, endpoint: string, options?: ServiceClientOptions)
參數
- credentials
- ServiceClientCredentials
可唯一識別用戶端訂用帳戶的訂用帳戶認證。
- endpoint
-
string
支援的認知服務端點。
- options
- ServiceClientOptions
參數選項
繼承的屬性詳細資料
credentials
credentials: ServiceClientCredentials
屬性值
endpoint
方法詳細資料
analyzeImage(string, ComputerVisionClientAnalyzeImageOptionalParams)
此作業會根據影像內容擷取一組豐富的視覺功能。 支援兩個輸入法 -- (1) 上傳影像或指定影像 URL 的 (2)。 在您的要求中,有選擇性參數可讓您選擇要傳回的功能。 根據預設,影像類別會在響應中傳回。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應將會包含錯誤碼和訊息,以協助了解發生錯誤的原因。
function analyzeImage(url: string, options?: ComputerVisionClientAnalyzeImageOptionalParams): Promise<AnalyzeImageResponse>
參數
- url
-
string
影像的可公開連線 URL。
選擇性參數
傳回
Promise<AnalyzeImageResponse>
Promise<Models.AnalyzeImageResponse>
analyzeImage(string, ComputerVisionClientAnalyzeImageOptionalParams, ServiceCallback<ImageAnalysis>)
function analyzeImage(url: string, options: ComputerVisionClientAnalyzeImageOptionalParams, callback: ServiceCallback<ImageAnalysis>)
參數
- url
-
string
影像的可公開連線 URL。
選擇性參數
- callback
回呼
analyzeImage(string, ServiceCallback<ImageAnalysis>)
function analyzeImage(url: string, callback: ServiceCallback<ImageAnalysis>)
參數
- url
-
string
影像的可公開連線 URL。
- callback
回呼
analyzeImageByDomain(string, string, ComputerVisionClientAnalyzeImageByDomainOptionalParams)
這項作業會藉由套用特定領域模型來辨識影像中的內容。 計算機視覺 API 所支援的網域特定模型清單可以使用 /models GET 要求來擷取。 目前,API 提供下列領域特定模型:名人、地標。 支援兩個輸入法 -- (1) 上傳影像或指定影像 URL 的 (2)。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應將會包含錯誤碼和訊息,以協助了解發生錯誤的原因。
function analyzeImageByDomain(model: string, url: string, options?: ComputerVisionClientAnalyzeImageByDomainOptionalParams): Promise<AnalyzeImageByDomainResponse>
參數
- model
-
string
要辨識的網域特定內容。
- url
-
string
影像的可公開連線 URL。
選擇性參數
傳回
Promise<AnalyzeImageByDomainResponse>
Promise<Models.AnalyzeImageByDomainResponse>
analyzeImageByDomain(string, string, ComputerVisionClientAnalyzeImageByDomainOptionalParams, ServiceCallback<DomainModelResults>)
function analyzeImageByDomain(model: string, url: string, options: ComputerVisionClientAnalyzeImageByDomainOptionalParams, callback: ServiceCallback<DomainModelResults>)
參數
- model
-
string
要辨識的網域特定內容。
- url
-
string
影像的可公開連線 URL。
選擇性參數
- callback
回呼
analyzeImageByDomain(string, string, ServiceCallback<DomainModelResults>)
function analyzeImageByDomain(model: string, url: string, callback: ServiceCallback<DomainModelResults>)
參數
- model
-
string
要辨識的網域特定內容。
- url
-
string
影像的可公開連線 URL。
- callback
回呼
analyzeImageByDomainInStream(string, HttpRequestBody, ComputerVisionClientAnalyzeImageByDomainInStreamOptionalParams)
這項作業會藉由套用特定領域模型來辨識影像中的內容。 計算機視覺 API 所支援的網域特定模型清單可以使用 /models GET 要求來擷取。 目前,API 提供下列領域特定模型:名人、地標。 支援兩個輸入法 -- (1) 上傳影像或指定影像 URL 的 (2)。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應將會包含錯誤碼和訊息,以協助了解發生錯誤的原因。
function analyzeImageByDomainInStream(model: string, image: HttpRequestBody, options?: ComputerVisionClientAnalyzeImageByDomainInStreamOptionalParams): Promise<AnalyzeImageByDomainInStreamResponse>
參數
- model
-
string
要辨識的網域特定內容。
- image
- HttpRequestBody
影像數據流。
傳回
Promise<AnalyzeImageByDomainInStreamResponse>
Promise<Models.AnalyzeImageByDomainInStreamResponse>
analyzeImageByDomainInStream(string, HttpRequestBody, ComputerVisionClientAnalyzeImageByDomainInStreamOptionalParams, ServiceCallback<DomainModelResults>)
function analyzeImageByDomainInStream(model: string, image: HttpRequestBody, options: ComputerVisionClientAnalyzeImageByDomainInStreamOptionalParams, callback: ServiceCallback<DomainModelResults>)
參數
- model
-
string
要辨識的網域特定內容。
- image
- HttpRequestBody
影像數據流。
- callback
回呼
analyzeImageByDomainInStream(string, HttpRequestBody, ServiceCallback<DomainModelResults>)
function analyzeImageByDomainInStream(model: string, image: HttpRequestBody, callback: ServiceCallback<DomainModelResults>)
參數
- model
-
string
要辨識的網域特定內容。
- image
- HttpRequestBody
影像數據流。
- callback
回呼
analyzeImageInStream(HttpRequestBody, ComputerVisionClientAnalyzeImageInStreamOptionalParams)
此作業會根據影像內容擷取一組豐富的視覺功能。 支援兩個輸入法 -- (1) 上傳影像或指定影像 URL 的 (2)。 在您的要求中,有選擇性參數可讓您選擇要傳回的功能。 根據預設,影像類別會在響應中傳回。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應將會包含錯誤碼和訊息,以協助了解發生錯誤的原因。
function analyzeImageInStream(image: HttpRequestBody, options?: ComputerVisionClientAnalyzeImageInStreamOptionalParams): Promise<AnalyzeImageInStreamResponse>
參數
- image
- HttpRequestBody
影像數據流。
選擇性參數
傳回
Promise<AnalyzeImageInStreamResponse>
Promise<Models.AnalyzeImageInStreamResponse>
analyzeImageInStream(HttpRequestBody, ComputerVisionClientAnalyzeImageInStreamOptionalParams, ServiceCallback<ImageAnalysis>)
function analyzeImageInStream(image: HttpRequestBody, options: ComputerVisionClientAnalyzeImageInStreamOptionalParams, callback: ServiceCallback<ImageAnalysis>)
參數
- image
- HttpRequestBody
影像數據流。
選擇性參數
- callback
回呼
analyzeImageInStream(HttpRequestBody, ServiceCallback<ImageAnalysis>)
function analyzeImageInStream(image: HttpRequestBody, callback: ServiceCallback<ImageAnalysis>)
參數
- image
- HttpRequestBody
影像數據流。
- callback
回呼
describeImage(string, ComputerVisionClientDescribeImageOptionalParams)
此作業會產生具有完整句子之人類可讀語言影像的描述。 描述是以作業所傳回的內容標記集合為基礎。 您可以為每個影像產生一個以上的描述。 描述會依信賴分數排序。 如果適用,描述可能包含名人和地標領域模型的結果。 支援兩個輸入法 -- (1) 上傳影像或指定影像 URL 的 (2)。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應將會包含錯誤碼和訊息,以協助了解發生錯誤的原因。
function describeImage(url: string, options?: ComputerVisionClientDescribeImageOptionalParams): Promise<DescribeImageResponse>
參數
- url
-
string
影像的可公開連線 URL。
選擇性參數
傳回
Promise<DescribeImageResponse>
Promise<Models.DescribeImageResponse>
describeImage(string, ComputerVisionClientDescribeImageOptionalParams, ServiceCallback<ImageDescription>)
function describeImage(url: string, options: ComputerVisionClientDescribeImageOptionalParams, callback: ServiceCallback<ImageDescription>)
參數
- url
-
string
影像的可公開連線 URL。
選擇性參數
- callback
回呼
describeImage(string, ServiceCallback<ImageDescription>)
function describeImage(url: string, callback: ServiceCallback<ImageDescription>)
參數
- url
-
string
影像的可公開連線 URL。
- callback
回呼
describeImageInStream(HttpRequestBody, ComputerVisionClientDescribeImageInStreamOptionalParams)
此作業會產生具有完整句子之人類可讀語言影像的描述。 描述是以作業所傳回的內容標記集合為基礎。 您可以為每個影像產生一個以上的描述。 描述會依信賴分數排序。 如果適用,描述可能包含名人和地標領域模型的結果。 支援兩個輸入法 -- (1) 上傳影像或指定影像 URL 的 (2)。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應將會包含錯誤碼和訊息,以協助了解發生錯誤的原因。
function describeImageInStream(image: HttpRequestBody, options?: ComputerVisionClientDescribeImageInStreamOptionalParams): Promise<DescribeImageInStreamResponse>
參數
- image
- HttpRequestBody
影像數據流。
選擇性參數
傳回
Promise<DescribeImageInStreamResponse>
Promise<Models.DescribeImageInStreamResponse>
describeImageInStream(HttpRequestBody, ComputerVisionClientDescribeImageInStreamOptionalParams, ServiceCallback<ImageDescription>)
function describeImageInStream(image: HttpRequestBody, options: ComputerVisionClientDescribeImageInStreamOptionalParams, callback: ServiceCallback<ImageDescription>)
參數
- image
- HttpRequestBody
影像數據流。
選擇性參數
- callback
回呼
describeImageInStream(HttpRequestBody, ServiceCallback<ImageDescription>)
function describeImageInStream(image: HttpRequestBody, callback: ServiceCallback<ImageDescription>)
參數
- image
- HttpRequestBody
影像數據流。
- callback
回呼
detectObjects(string, ComputerVisionClientDetectObjectsOptionalParams)
在指定的影像上執行物件偵測。 支援兩個輸入法 -- (1) 上傳影像或指定影像 URL 的 (2)。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應將會包含錯誤碼和訊息,以協助了解發生錯誤的原因。
function detectObjects(url: string, options?: ComputerVisionClientDetectObjectsOptionalParams): Promise<DetectObjectsResponse>
參數
- url
-
string
影像的可公開連線 URL。
選擇性參數
傳回
Promise<DetectObjectsResponse>
Promise<Models.DetectObjectsResponse>
detectObjects(string, ComputerVisionClientDetectObjectsOptionalParams, ServiceCallback<DetectResult>)
function detectObjects(url: string, options: ComputerVisionClientDetectObjectsOptionalParams, callback: ServiceCallback<DetectResult>)
參數
- url
-
string
影像的可公開連線 URL。
選擇性參數
- callback
回呼
detectObjects(string, ServiceCallback<DetectResult>)
function detectObjects(url: string, callback: ServiceCallback<DetectResult>)
參數
- url
-
string
影像的可公開連線 URL。
- callback
回呼
detectObjectsInStream(HttpRequestBody, ComputerVisionClientDetectObjectsInStreamOptionalParams)
在指定的影像上執行物件偵測。 支援兩個輸入法 -- (1) 上傳影像或指定影像 URL 的 (2)。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應將會包含錯誤碼和訊息,以協助了解發生錯誤的原因。
function detectObjectsInStream(image: HttpRequestBody, options?: ComputerVisionClientDetectObjectsInStreamOptionalParams): Promise<DetectObjectsInStreamResponse>
參數
- image
- HttpRequestBody
影像數據流。
選擇性參數
傳回
Promise<DetectObjectsInStreamResponse>
Promise<Models.DetectObjectsInStreamResponse>
detectObjectsInStream(HttpRequestBody, ComputerVisionClientDetectObjectsInStreamOptionalParams, ServiceCallback<DetectResult>)
function detectObjectsInStream(image: HttpRequestBody, options: ComputerVisionClientDetectObjectsInStreamOptionalParams, callback: ServiceCallback<DetectResult>)
參數
- image
- HttpRequestBody
影像數據流。
選擇性參數
- callback
回呼
detectObjectsInStream(HttpRequestBody, ServiceCallback<DetectResult>)
function detectObjectsInStream(image: HttpRequestBody, callback: ServiceCallback<DetectResult>)
參數
- image
- HttpRequestBody
影像數據流。
- callback
回呼
generateThumbnail(number, number, string, ComputerVisionClientGenerateThumbnailOptionalParams)
此作業會產生具有使用者指定寬度和高度的縮圖影像。 根據預設,服務會分析影像、識別感興趣的區域(ROI),並根據 ROI 產生智慧裁剪座標。 當您指定與輸入影像不同的外觀比例時,智慧裁剪有助於。 成功的回應包含縮圖影像二進位檔。 如果要求失敗,回應會包含錯誤碼和訊息,以協助判斷發生錯誤的原因。 失敗時,會傳回錯誤碼和錯誤訊息。 錯誤碼可以是 InvalidImageUrl、InvalidImageFormat、InvalidImageSize、InvalidThumbnailSize、NotSupportedImage、FailedToProcess、Timeout 或 InternalServerError 之一。
function generateThumbnail(width: number, height: number, url: string, options?: ComputerVisionClientGenerateThumbnailOptionalParams): Promise<GenerateThumbnailResponse>
參數
- width
-
number
縮圖的寬度,以像素為單位。 它必須介於 1 到 1024 之間。 建議的最小值為 50。
- height
-
number
縮圖的高度,以像素為單位。 它必須介於 1 到 1024 之間。 建議的最小值為 50。
- url
-
string
影像的可公開連線 URL。
選擇性參數
傳回
Promise<GenerateThumbnailResponse>
Promise<Models.GenerateThumbnailResponse>
generateThumbnail(number, number, string, ComputerVisionClientGenerateThumbnailOptionalParams, ServiceCallback<void>)
function generateThumbnail(width: number, height: number, url: string, options: ComputerVisionClientGenerateThumbnailOptionalParams, callback: ServiceCallback<void>)
參數
- width
-
number
縮圖的寬度,以像素為單位。 它必須介於 1 到 1024 之間。 建議的最小值為 50。
- height
-
number
縮圖的高度,以像素為單位。 它必須介於 1 到 1024 之間。 建議的最小值為 50。
- url
-
string
影像的可公開連線 URL。
選擇性參數
- callback
-
ServiceCallback<void>
回呼
generateThumbnail(number, number, string, ServiceCallback<void>)
function generateThumbnail(width: number, height: number, url: string, callback: ServiceCallback<void>)
參數
- width
-
number
縮圖的寬度,以像素為單位。 它必須介於 1 到 1024 之間。 建議的最小值為 50。
- height
-
number
縮圖的高度,以像素為單位。 它必須介於 1 到 1024 之間。 建議的最小值為 50。
- url
-
string
影像的可公開連線 URL。
- callback
-
ServiceCallback<void>
回呼
generateThumbnailInStream(number, number, HttpRequestBody, ComputerVisionClientGenerateThumbnailInStreamOptionalParams)
此作業會產生具有使用者指定寬度和高度的縮圖影像。 根據預設,服務會分析影像、識別感興趣的區域(ROI),並根據 ROI 產生智慧裁剪座標。 當您指定與輸入影像不同的外觀比例時,智慧裁剪有助於。 成功的回應包含縮圖影像二進位檔。 如果要求失敗,回應會包含錯誤碼和訊息,以協助判斷發生錯誤的原因。 失敗時,會傳回錯誤碼和錯誤訊息。 錯誤碼可以是 InvalidImageUrl、InvalidImageFormat、InvalidImageSize、InvalidThumbnailSize、NotSupportedImage、FailedToProcess、Timeout 或 InternalServerError 之一。
function generateThumbnailInStream(width: number, height: number, image: HttpRequestBody, options?: ComputerVisionClientGenerateThumbnailInStreamOptionalParams): Promise<GenerateThumbnailInStreamResponse>
參數
- width
-
number
縮圖的寬度,以像素為單位。 它必須介於 1 到 1024 之間。 建議的最小值為 50。
- height
-
number
縮圖的高度,以像素為單位。 它必須介於 1 到 1024 之間。 建議的最小值為 50。
- image
- HttpRequestBody
影像數據流。
傳回
Promise<GenerateThumbnailInStreamResponse>
Promise<Models.GenerateThumbnailInStreamResponse>
generateThumbnailInStream(number, number, HttpRequestBody, ComputerVisionClientGenerateThumbnailInStreamOptionalParams, ServiceCallback<void>)
function generateThumbnailInStream(width: number, height: number, image: HttpRequestBody, options: ComputerVisionClientGenerateThumbnailInStreamOptionalParams, callback: ServiceCallback<void>)
參數
- width
-
number
縮圖的寬度,以像素為單位。 它必須介於 1 到 1024 之間。 建議的最小值為 50。
- height
-
number
縮圖的高度,以像素為單位。 它必須介於 1 到 1024 之間。 建議的最小值為 50。
- image
- HttpRequestBody
影像數據流。
- callback
-
ServiceCallback<void>
回呼
generateThumbnailInStream(number, number, HttpRequestBody, ServiceCallback<void>)
function generateThumbnailInStream(width: number, height: number, image: HttpRequestBody, callback: ServiceCallback<void>)
參數
- width
-
number
縮圖的寬度,以像素為單位。 它必須介於 1 到 1024 之間。 建議的最小值為 50。
- height
-
number
縮圖的高度,以像素為單位。 它必須介於 1 到 1024 之間。 建議的最小值為 50。
- image
- HttpRequestBody
影像數據流。
- callback
-
ServiceCallback<void>
回呼
getAreaOfInterest(string, ComputerVisionClientGetAreaOfInterestOptionalParams)
此作業會傳回影像最重要區域周圍的周框方塊。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應會包含錯誤碼和訊息,以協助判斷發生錯誤的原因。 失敗時,會傳回錯誤碼和錯誤訊息。 錯誤碼可能是 InvalidImageUrl、InvalidImageFormat、InvalidImageSize、NotSupportedImage、FailedToProcess、Timeout 或 InternalServerError 的其中一個。
function getAreaOfInterest(url: string, options?: ComputerVisionClientGetAreaOfInterestOptionalParams): Promise<GetAreaOfInterestResponse>
參數
- url
-
string
影像的可公開連線 URL。
選擇性參數
傳回
Promise<GetAreaOfInterestResponse>
Promise<Models.GetAreaOfInterestResponse>
getAreaOfInterest(string, ComputerVisionClientGetAreaOfInterestOptionalParams, ServiceCallback<AreaOfInterestResult>)
function getAreaOfInterest(url: string, options: ComputerVisionClientGetAreaOfInterestOptionalParams, callback: ServiceCallback<AreaOfInterestResult>)
參數
- url
-
string
影像的可公開連線 URL。
選擇性參數
- callback
回呼
getAreaOfInterest(string, ServiceCallback<AreaOfInterestResult>)
function getAreaOfInterest(url: string, callback: ServiceCallback<AreaOfInterestResult>)
參數
- url
-
string
影像的可公開連線 URL。
- callback
回呼
getAreaOfInterestInStream(HttpRequestBody, ComputerVisionClientGetAreaOfInterestInStreamOptionalParams)
此作業會傳回影像最重要區域周圍的周框方塊。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應會包含錯誤碼和訊息,以協助判斷發生錯誤的原因。 失敗時,會傳回錯誤碼和錯誤訊息。 錯誤碼可能是 InvalidImageUrl、InvalidImageFormat、InvalidImageSize、NotSupportedImage、FailedToProcess、Timeout 或 InternalServerError 的其中一個。
function getAreaOfInterestInStream(image: HttpRequestBody, options?: ComputerVisionClientGetAreaOfInterestInStreamOptionalParams): Promise<GetAreaOfInterestInStreamResponse>
參數
- image
- HttpRequestBody
影像數據流。
傳回
Promise<GetAreaOfInterestInStreamResponse>
Promise<Models.GetAreaOfInterestInStreamResponse>
getAreaOfInterestInStream(HttpRequestBody, ComputerVisionClientGetAreaOfInterestInStreamOptionalParams, ServiceCallback<AreaOfInterestResult>)
function getAreaOfInterestInStream(image: HttpRequestBody, options: ComputerVisionClientGetAreaOfInterestInStreamOptionalParams, callback: ServiceCallback<AreaOfInterestResult>)
參數
- image
- HttpRequestBody
影像數據流。
- callback
回呼
getAreaOfInterestInStream(HttpRequestBody, ServiceCallback<AreaOfInterestResult>)
function getAreaOfInterestInStream(image: HttpRequestBody, callback: ServiceCallback<AreaOfInterestResult>)
參數
- image
- HttpRequestBody
影像數據流。
- callback
回呼
getReadResult(string, RequestOptionsBase)
此介面用於取得讀取作業的 OCR 結果。 此介面的 URL 應該從讀取介面傳回的 [作業位置] 欄位擷取。
function getReadResult(operationId: string, options?: RequestOptionsBase): Promise<GetReadResultResponse>
參數
- operationId
-
string
在 『Read』 介面的回應中傳回的讀取作業標識碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<GetReadResultResponse>
Promise<Models.GetReadResultResponse>
getReadResult(string, RequestOptionsBase, ServiceCallback<ReadOperationResult>)
function getReadResult(operationId: string, options: RequestOptionsBase, callback: ServiceCallback<ReadOperationResult>)
參數
- operationId
-
string
在 『Read』 介面的回應中傳回的讀取作業標識碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getReadResult(string, ServiceCallback<ReadOperationResult>)
function getReadResult(operationId: string, callback: ServiceCallback<ReadOperationResult>)
參數
- operationId
-
string
在 『Read』 介面的回應中傳回的讀取作業標識碼。
- callback
回呼
listModels(RequestOptionsBase)
此作業會傳回電腦視覺 API 所支援之領域特定模型的清單。 目前,API 支援下列領域特定模型:名人辨識器、地標辨識器。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應將會包含錯誤碼和訊息,以協助了解發生錯誤的原因。
function listModels(options?: RequestOptionsBase): Promise<ListModelsResponse>
參數
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ListModelsResponse>
Promise<Models.ListModelsResponse>
listModels(RequestOptionsBase, ServiceCallback<ListModelsResult>)
function listModels(options: RequestOptionsBase, callback: ServiceCallback<ListModelsResult>)
參數
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listModels(ServiceCallback<ListModelsResult>)
function listModels(callback: ServiceCallback<ListModelsResult>)
參數
- callback
回呼
read(string, ComputerVisionClientReadOptionalParams)
使用此介面來取得讀取作業的結果,並採用針對大量文字文件優化的最先進的光學字元辨識 (OCR) 演算法。 當您使用讀取介面時,回應會包含名為 『Operation-Location』 的字段。 [作業位置] 欄位包含您必須用於 'GetReadResult' 作業以存取 OCR 結果的 URL。
function read(url: string, options?: ComputerVisionClientReadOptionalParams): Promise<ReadResponse>
參數
- url
-
string
影像的可公開連線 URL。
選擇性參數
傳回
Promise<ReadResponse>
Promise<Models.ReadResponse>
read(string, ComputerVisionClientReadOptionalParams, ServiceCallback<void>)
function read(url: string, options: ComputerVisionClientReadOptionalParams, callback: ServiceCallback<void>)
參數
- url
-
string
影像的可公開連線 URL。
選擇性參數
- callback
-
ServiceCallback<void>
回呼
read(string, ServiceCallback<void>)
function read(url: string, callback: ServiceCallback<void>)
參數
- url
-
string
影像的可公開連線 URL。
- callback
-
ServiceCallback<void>
回呼
readInStream(HttpRequestBody, ComputerVisionClientReadInStreamOptionalParams)
使用此介面來取得讀取作業的結果,並採用針對大量文字文件優化的最先進的光學字元辨識 (OCR) 演算法。 當您使用讀取介面時,回應會包含名為 『Operation-Location』 的字段。 [作業位置] 欄位包含您必須用於 'GetReadResult' 作業以存取 OCR 結果的 URL。
function readInStream(image: HttpRequestBody, options?: ComputerVisionClientReadInStreamOptionalParams): Promise<ReadInStreamResponse>
參數
- image
- HttpRequestBody
影像數據流。
選擇性參數
傳回
Promise<ReadInStreamResponse>
Promise<Models.ReadInStreamResponse>
readInStream(HttpRequestBody, ComputerVisionClientReadInStreamOptionalParams, ServiceCallback<void>)
function readInStream(image: HttpRequestBody, options: ComputerVisionClientReadInStreamOptionalParams, callback: ServiceCallback<void>)
參數
- image
- HttpRequestBody
影像數據流。
選擇性參數
- callback
-
ServiceCallback<void>
回呼
readInStream(HttpRequestBody, ServiceCallback<void>)
function readInStream(image: HttpRequestBody, callback: ServiceCallback<void>)
參數
- image
- HttpRequestBody
影像數據流。
- callback
-
ServiceCallback<void>
回呼
recognizePrintedText(boolean, string, ComputerVisionClientRecognizePrintedTextOptionalParams)
光學字元辨識 (OCR) 會偵測影像中的文字,並將辨識的字元擷取到機器可使用的字元數據流。 成功時,將會傳回 OCR 結果。 失敗時,將會傳回錯誤碼和錯誤訊息。 錯誤碼可以是 InvalidImageUrl、InvalidImageFormat、InvalidImageSize、NotSupportedImage、NotSupportedLanguage 或 InternalServerError 的其中一個。
function recognizePrintedText(detectOrientation: boolean, url: string, options?: ComputerVisionClientRecognizePrintedTextOptionalParams): Promise<RecognizePrintedTextResponse>
參數
- detectOrientation
-
boolean
是否偵測影像中的文字方向。 使用 detectOrientation=true 時,OCR 服務會嘗試偵測影像方向,並在進一步處理之前加以更正(例如,如果影像是倒置的)。
- url
-
string
影像的可公開連線 URL。
選擇性參數
傳回
Promise<RecognizePrintedTextResponse>
Promise<Models.RecognizePrintedTextResponse>
recognizePrintedText(boolean, string, ComputerVisionClientRecognizePrintedTextOptionalParams, ServiceCallback<OcrResult>)
function recognizePrintedText(detectOrientation: boolean, url: string, options: ComputerVisionClientRecognizePrintedTextOptionalParams, callback: ServiceCallback<OcrResult>)
參數
- detectOrientation
-
boolean
是否偵測影像中的文字方向。 使用 detectOrientation=true 時,OCR 服務會嘗試偵測影像方向,並在進一步處理之前加以更正(例如,如果影像是倒置的)。
- url
-
string
影像的可公開連線 URL。
選擇性參數
- callback
回呼
recognizePrintedText(boolean, string, ServiceCallback<OcrResult>)
function recognizePrintedText(detectOrientation: boolean, url: string, callback: ServiceCallback<OcrResult>)
參數
- detectOrientation
-
boolean
是否偵測影像中的文字方向。 使用 detectOrientation=true 時,OCR 服務會嘗試偵測影像方向,並在進一步處理之前加以更正(例如,如果影像是倒置的)。
- url
-
string
影像的可公開連線 URL。
- callback
回呼
recognizePrintedTextInStream(boolean, HttpRequestBody, ComputerVisionClientRecognizePrintedTextInStreamOptionalParams)
光學字元辨識 (OCR) 會偵測影像中的文字,並將辨識的字元擷取到機器可使用的字元數據流。 成功時,將會傳回 OCR 結果。 失敗時,將會傳回錯誤碼和錯誤訊息。 錯誤碼可以是 InvalidImageUrl、InvalidImageFormat、InvalidImageSize、NotSupportedImage、NotSupportedLanguage 或 InternalServerError 的其中一個。
function recognizePrintedTextInStream(detectOrientation: boolean, image: HttpRequestBody, options?: ComputerVisionClientRecognizePrintedTextInStreamOptionalParams): Promise<RecognizePrintedTextInStreamResponse>
參數
- detectOrientation
-
boolean
是否偵測影像中的文字方向。 使用 detectOrientation=true 時,OCR 服務會嘗試偵測影像方向,並在進一步處理之前加以更正(例如,如果影像是倒置的)。
- image
- HttpRequestBody
影像數據流。
傳回
Promise<RecognizePrintedTextInStreamResponse>
Promise<Models.RecognizePrintedTextInStreamResponse>
recognizePrintedTextInStream(boolean, HttpRequestBody, ComputerVisionClientRecognizePrintedTextInStreamOptionalParams, ServiceCallback<OcrResult>)
function recognizePrintedTextInStream(detectOrientation: boolean, image: HttpRequestBody, options: ComputerVisionClientRecognizePrintedTextInStreamOptionalParams, callback: ServiceCallback<OcrResult>)
參數
- detectOrientation
-
boolean
是否偵測影像中的文字方向。 使用 detectOrientation=true 時,OCR 服務會嘗試偵測影像方向,並在進一步處理之前加以更正(例如,如果影像是倒置的)。
- image
- HttpRequestBody
影像數據流。
- callback
回呼
recognizePrintedTextInStream(boolean, HttpRequestBody, ServiceCallback<OcrResult>)
function recognizePrintedTextInStream(detectOrientation: boolean, image: HttpRequestBody, callback: ServiceCallback<OcrResult>)
參數
- detectOrientation
-
boolean
是否偵測影像中的文字方向。 使用 detectOrientation=true 時,OCR 服務會嘗試偵測影像方向,並在進一步處理之前加以更正(例如,如果影像是倒置的)。
- image
- HttpRequestBody
影像數據流。
- callback
回呼
tagImage(string, ComputerVisionClientTagImageOptionalParams)
此作業會產生與所提供影像內容相關的單字或標籤清單。 計算機視覺 API 可以根據影像中找到的物件、活生生生物、風景或動作來傳回標記。 不同於類別,標籤不會根據階層式分類系統進行組織,但會對應至影像內容。 卷標可能包含提示以避免模棱兩可或提供內容,例如標籤 “ascomycete” 可能會伴隨提示 “fungus”。 支援兩個輸入法 -- (1) 上傳影像或指定影像 URL 的 (2)。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應將會包含錯誤碼和訊息,以協助了解發生錯誤的原因。
function tagImage(url: string, options?: ComputerVisionClientTagImageOptionalParams): Promise<TagImageResponse>
參數
- url
-
string
影像的可公開連線 URL。
選擇性參數
傳回
Promise<TagImageResponse>
Promise<Models.TagImageResponse>
tagImage(string, ComputerVisionClientTagImageOptionalParams, ServiceCallback<TagResult>)
function tagImage(url: string, options: ComputerVisionClientTagImageOptionalParams, callback: ServiceCallback<TagResult>)
參數
- url
-
string
影像的可公開連線 URL。
選擇性參數
- callback
回呼
tagImage(string, ServiceCallback<TagResult>)
function tagImage(url: string, callback: ServiceCallback<TagResult>)
參數
- url
-
string
影像的可公開連線 URL。
- callback
回呼
tagImageInStream(HttpRequestBody, ComputerVisionClientTagImageInStreamOptionalParams)
此作業會產生與所提供影像內容相關的單字或標籤清單。 計算機視覺 API 可以根據影像中找到的物件、活生生生物、風景或動作來傳回標記。 不同於類別,標籤不會根據階層式分類系統進行組織,但會對應至影像內容。 卷標可能包含提示以避免模棱兩可或提供內容,例如標籤 “ascomycete” 可能會伴隨提示 “fungus”。 支援兩個輸入法 -- (1) 上傳影像或指定影像 URL 的 (2)。 成功的回應將會以 JSON 傳回。 如果要求失敗,回應將會包含錯誤碼和訊息,以協助了解發生錯誤的原因。
function tagImageInStream(image: HttpRequestBody, options?: ComputerVisionClientTagImageInStreamOptionalParams): Promise<TagImageInStreamResponse>
參數
- image
- HttpRequestBody
影像數據流。
選擇性參數
傳回
Promise<TagImageInStreamResponse>
Promise<Models.TagImageInStreamResponse>
tagImageInStream(HttpRequestBody, ComputerVisionClientTagImageInStreamOptionalParams, ServiceCallback<TagResult>)
function tagImageInStream(image: HttpRequestBody, options: ComputerVisionClientTagImageInStreamOptionalParams, callback: ServiceCallback<TagResult>)
參數
- image
- HttpRequestBody
影像數據流。
選擇性參數
- callback
回呼
tagImageInStream(HttpRequestBody, ServiceCallback<TagResult>)
function tagImageInStream(image: HttpRequestBody, callback: ServiceCallback<TagResult>)
參數
- image
- HttpRequestBody
影像數據流。
- callback
回呼
繼承的方法的詳細資料
sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)
傳送使用提供的 OperationSpec 填入的 HTTP 要求。
function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>
參數
- operationArguments
- OperationArguments
HTTP 要求樣板化值的自變數將會從 中填入。
- operationSpec
- OperationSpec
要用來填入 HTTPRequest 的 OperationSpec。
- callback
-
ServiceCallback<any>
收到回應時要呼叫的回呼。
傳回
Promise<RestResponse>
sendRequest(RequestPrepareOptions | WebResourceLike)
傳送提供的 HTTPRequest。
function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>
參數
- options
傳回
Promise<HttpOperationResponse>